Nicko Report post Posted February 28, 2011 Hello, First, I wanna thank you for your product. But I have a question (or a question). My XML looks like this : <graph> <!-- Affichage global pour les 2 courbes --> <categories > <category name='10/03' hoverText='17/10/2003, -1.42%' /> <category name='10/03' hoverText='24/10/2003, -2.96%' /> </categories > <dataset seriesName="First Graph"> <set value='100' /> <set value='99.44' /> </dataset> <dataset seriesName="Second Graph"> <set value='100' /> <set value='97.0324189174' /> </dataset> </graph> The percentage in hoverText is calculated from the SecondGraph's values. So when I hover the values of the First Graph, it's wrong. So is it possible to have a different hoverText for the First Graph compared to the Second one ? If not, is this feature going to be developped anyday ? Thanks a lot by advance. Nicolas Share this post Link to post Share on other sites
Sanjukta Report post Posted February 28, 2011 Hi Nicolas, Please try using the latest upgraded version of FusionCharts, i.e, FusionCharts v3.2.1 to solve this issue. In FusionCharts v3.2.1 you can provide "toolText" for the <set> element that allows you to customize the tooltip of each dataplot while hovered on it. Please check with the attached screenshots of the rendered Multi-series Column2D chart using your XML, for your reference. Hope this helps. Share this post Link to post Share on other sites
Nicko Report post Posted February 28, 2011 Hello, Thank you very much. I had an old version. I upgrad now. Thanks again. Share this post Link to post Share on other sites
Guest Angie Report post Posted March 1, 2011 Hi, Thank you very much for your appreciation. Happy FusionCharting! Share this post Link to post Share on other sites