sgomez Report post Posted July 22, 2009 Hi everyone. My application has a combination of charts and widgets. I'd like the action of hovering over any chart to have the same effect. While FusionCharts shows "Series Name, Category Name, Data Value" in the tooltip, FusionWidgets only shows "Data Value". Is it possible for me to customize the tooltip in the widgets (particularly in the HLinearGauge) to make it look like the charts? Thanks in advance. Share this post Link to post Share on other sites
saptarshi Report post Posted July 23, 2009 Hi, Yes it is possible to display a similar tool tip to FusionCharts. This can be done by defining a custom tool text for your tool tip using the toolText='text' attribute in the <pointer> element. Hope this helps. Share this post Link to post Share on other sites
sgomez Report post Posted July 23, 2009 Thanks a lot, it worked! I'd seen the attribute in the XML sheet, but couldn't make it work because it doesn't say you need a "pointers" element wrapping the "pointer" elements (in case someone runs into the same problem as me). The other widgets I'm using are the bullet charts, that don't seem to accept the "pointers" element. I guess this means it's not possible to customize the toolText in these charts, is it? Hope you can answer the question. Thanks for your support. Share this post Link to post Share on other sites