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?