shachar Report post Posted August 27, 2008 I know that i can use tooltext.. but can i do something like tooltext="{category} {Value}" for the chart itself rather than for each row? I have a problem with the tooltip cause my graph is about 200px width , and the tooltip is about 180px - 220px and therefor the end of the tooltip is hidden. I dont want to add a tooltext attribute for each row only because of that. I want to add a new line or anything else that can help making the tooltip shorter. can it be done ? Thanks. Share this post Link to post Share on other sites
Rahul Kumar Report post Posted August 27, 2008 Hi, Could you please go through this link http://www.fusioncharts.com/docs/Contents/AttDesc/ToolTip.html, it will guide you to implement new line in ToolTip. Share this post Link to post Share on other sites
shachar Report post Posted August 27, 2008 Thanks! thought i think it would be nice if the Charts could support with a tooltip syntax such as this: tooltext="{category} , {xAxisName} : {xAxisValue}" anyways, Thanks! Share this post Link to post Share on other sites