dashrath Report post Posted November 29, 2017 Hi , I am trying to display new plottooltext using data attribute . please help me resolving this issue. ASAP reply is really appreciated . please refer following example , to showcase test property from data field. http://jsfiddle.net/venkat_94/s1w3hcbc/ Regards, Dashrath Degavat. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted November 29, 2017 Hi, FusionCharts plotToolText attribute lets you customize your tooltip at the chart level, you could also show the values and the labels for that particular plot using tooltip macros, for example, $label, $value etc, however defining a custom attribute for example test in your case which is not defined in FusionCharts library showing its value using tooltip macro is not possible. To know more about tooltip macros refer this link - https://www.fusioncharts.com/dev/basic-chart-configurations/tooltip-macros/introduction-to-tooltip-macros.html Share this post Link to post Share on other sites