﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>FusionCharts Forum / FusionCharts Free / General Usage  / Changing the data tool tip - default tool tip plus something / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>FusionCharts Forum</description><link>http://www.fusioncharts.com/forum/</link><webMaster>support@fusioncharts.com</webMaster><lastBuildDate>Tue, 02 Dec 2008 05:50:15 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Changing the data tool tip - default tool tip plus something</title><link>http://www.fusioncharts.com/forum/Topic3266-40-1.aspx</link><description>hi,&lt;P&gt;i am afraid this feature is not supported in FusionCharts.</description><pubDate>Fri, 07 Dec 2007 03:53:23 GMT</pubDate><dc:creator>Sudipto Choudhury</dc:creator></item><item><title>RE: Changing the data tool tip - default tool tip plus something</title><link>http://www.fusioncharts.com/forum/Topic3266-40-1.aspx</link><description>Reposting the query again as the code snippet got dropped because of special characters.&lt;br&gt;&lt;br&gt;I understand that by default the tooltip for a data item is "Series Name, Category Name, value". What I would like to have is "Category Name, Value" +"custom messsage". &lt;br&gt;&lt;br&gt;For doing this I can do something like this in my java/javascript:&lt;br&gt;&lt;br&gt;for(i=0; i&lt; maxitems; i++){&lt;br&gt;    setBuffer += "set value=" + set[i] + "  tooltext=" + category[i] + " , " +set[i] + ", " + myCustomMessage + " /&gt;" ;&lt;br&gt;}&lt;br&gt;&lt;br&gt;Assuming that I store all my category elements in a data structure like array.&lt;br&gt;&lt;br&gt;However in some cases I don't have direct access to category[] , and in cases where I have a huge number of category elements, it may not be required to store them in array for this reference. so I was just wondering if it is possible to refer to category element something like $categoryLabel as follows. &lt;br&gt;&lt;br&gt;&lt;br&gt;for(i=0; i&lt; maxitems; i++){&lt;br&gt;    setBuffer += "set value= " + set[i] + "   tooltext= $categoryName , " +set[i] + ", " + myCustomMessage + " /&gt; " ;&lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;Sateesh</description><pubDate>Thu, 06 Dec 2007 22:37:33 GMT</pubDate><dc:creator>sateeshh</dc:creator></item><item><title>RE: Changing the data tool tip - default tool tip plus something</title><link>http://www.fusioncharts.com/forum/Topic3266-40-1.aspx</link><description>Hi Thanks for the reply.&lt;br&gt;I understand that by default the tooltip for a data item is "Series Name, Category Name, value". What I would like to have is "Category Name, Value" +"custom messsage". &lt;br&gt;&lt;br&gt;For doing this I can do something like this in my java/javascript:&lt;br&gt;&lt;br&gt;for(i=0; i&lt; maxitems; i++){&lt;br&gt;    setBuffer += "&lt;set value='" + set[i] + "'  tooltext='" + category[i] + " , " +set[i] + ", " + myCustomMessage + " ' /&gt;" ;&lt;br&gt;}&lt;br&gt;&lt;br&gt;Assuming that I store all my category elements in a data structure like array.&lt;br&gt;&lt;br&gt;However in some cases I don't have direct access to category[] , and in cases where I have a huge number of category elements, it may not be required to store them in array for this reference. so I was just wondering if it is possible to refer to category element something like $categoryLabel as follows. &lt;br&gt;&lt;br&gt;&lt;br&gt;for(i=0; i&lt; maxitems; i++){&lt;br&gt;    setBuffer += "&lt;set value=' " + set[i] + " '  tooltext=' $categoryName , " +set[i] + ", " + myCustomMessage + " ' /&gt;" ;&lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;Sateesh</description><pubDate>Thu, 06 Dec 2007 22:29:56 GMT</pubDate><dc:creator>sateeshh</dc:creator></item><item><title>RE: Changing the data tool tip - default tool tip plus something</title><link>http://www.fusioncharts.com/forum/Topic3266-40-1.aspx</link><description>hi,&lt;P&gt;you can only set tooltext using hoverText from category element in FREE version.</description><pubDate>Thu, 06 Dec 2007 03:07:10 GMT</pubDate><dc:creator>Sudipto Choudhury</dc:creator></item><item><title>Changing the data tool tip - default tool tip plus something</title><link>http://www.fusioncharts.com/forum/Topic3266-40-1.aspx</link><description>Hi,&lt;br&gt;I would like to customize the too tip in a multi series chart in such a away that I want to have Category, value and some more customized info .  When I try to set the toolText='something' in the datset's set tags, how can I refer to the categoryname? &lt;br&gt;&lt;br&gt;Regards&lt;br&gt;Sateesh</description><pubDate>Wed, 05 Dec 2007 03:33:23 GMT</pubDate><dc:creator>sateeshh</dc:creator></item></channel></rss>