Home Forums Chart Support Tooltip issue on multiple data series spline chart

Tooltip issue on multiple data series spline chart

Viewing 3 posts - 1 through 3 (of 3 total)
  • #28311

    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?

    #28336

    @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

    #39257

    @mwick,

    We have just released CanvasJS Charts v3.7 with a few bug fixes related to tooltip & it’s content. Please refer to the release blog for more information. Do download the latest version from our download page and let us know your feedback.

    ____
    Manoj Mohan
    Team CanvasJS

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.