Krishna_Solanki Report post Posted September 9, 2011 When we mouse over on a chart it shows the value. can we show a customized tool tip on mouse over? Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 9, 2011 Hi, Thanks for your post. You can set a custom tool tip for any of the data points using tooltext attribute of the <set> element which is used to define the individual data elements. More details at: http://www.fusioncha...sc/ToolTip.html Hope this helps. Share this post Link to post Share on other sites
Krishna_Solanki Report post Posted September 9, 2011 Hi, Thanks for your post. You can set a custom tool tip for any of the data points using tooltext attribute of the <set> element which is used to define the individual data elements. More details at: http://www.fusioncha...sc/ToolTip.html Hope this helps. Thanks, Share this post Link to post Share on other sites
Krishna_Solanki Report post Posted September 9, 2011 Is there any length limit on tool tip text? Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 9, 2011 Hi, By default, if your tool-tips are larger than the chart width, FusionCharts will automatically wrap them. However, if you want to add manual breaks to the content of your tool-text, you can do so by adding a line break in the tool-tip, using pseudo code {br}. More details at: http://www.fusioncha...TTip_Lines.html Hope this helps. Share this post Link to post Share on other sites
Krishna_Solanki Report post Posted September 12, 2011 Can we apply HTML on the tool tip like <table><tr><td> .... ? Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 12, 2011 Hi, Could you please elaborate your query a bit more? Awaiting for your response. Share this post Link to post Share on other sites
Krishna_Solanki Report post Posted September 12, 2011 I need to show a customize grid type on mouse over of the datapoints. Like FirstName Lasetname and theire values under that... First Name LastName K v A B Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 12, 2011 Hi, I am afraid, FusionCharts does not support HTML on tool tip, as of now. You can do this by applying line break on tool tip and relevant spacing. Hope this helps. Share this post Link to post Share on other sites