You must be logged in to post your query.
Home › Forums › Chart Support › Tooltip issue on multiple data series spline chart
Hi,
i have an spline chart with multiple dataseries and have only one enabled/visible, but the tooltips of the hidden series are still showing by mouseover event.
The issue appears if this option is set in chart configuration:
toolTip: { fontFamily: font, shared: "true" },
How to prevent this?
@mwick,
You can hide the toolTip content of the hidden dataSeries by setting toolTipContent to null as shown in this JSFiddle.
—- Manoj Mohan Team CanvasJS
You must be logged in to reply to this topic. Login/Register