This is a migrated thread and some comments may be shown as answers.

Change tooltip on hover

0 Answers 37 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
Iron
Iron
Veteran
David asked on 27 Jul 2016, 04:53 PM

I see a lot of example, but nothing works for my simple example. I am trying something like that

 function OnSeriesHover_EconomyRelationshipsLevel2(sender,args) {
               if (args.category == "30") {
                  args.series.tooltip.format  = "Click for Details";

                  sender.series.tooltip.format = "Click for Details";
               }
            }

Thank you

No answers yet. Maybe you can help?

Tags
Chart (HTML5)
Asked by
David
Top achievements
Rank 1
Iron
Iron
Veteran
Share this question
or