Home Forums Chart Support line chart shared tooltip

line chart shared tooltip

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

    I have line chart with the tooltip shared as true. The default tooltip is great. The first line is the value of the x-axis and the rest of the lines are each key name in the key color and the y value. Again perfect. All I want to do is have first line, the x-axis value, be in a html link. I realize I can use the contentFormatter, but I don’t know how to get the exact content and format of the default tooltip. I hope this makes sense. Any help appreciated. Dave

    #31401

    @uidave,

    You can use contentFormatter to format the content of the toolTip. Please refer the toolTip documentation page for defining custom color for each entry in toolTip. Also kindly check this JSFiddle for an example.

    ___________
    Indranil Deo
    Team CanvasJS

    #31410

    Perfect, thank you very much. The only change I had to make was to change e.entries[0].dataPoint.x to e.entries[0].dataPoint.label.

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

You must be logged in to reply to this topic.