edgars.sults Report post Posted November 11, 2009 I have a line chart. Often the lines overlap. When this happens, only the topmost line is visible. That's ok, but I'd like the data point tooltips to display not only the topmost value, but also the values of data points below it. Otherwise it's really hard to tell which data plots are under it and match the value. Is this clear enough? I guess it could be done by checking which data points overlap and aggregating the tooltips, but that sounds complex. Is there any built-in way to show the data? And another issue... I can drag the legend around the chart. How can I turn that off? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted November 11, 2009 Hi, Welcome to FusionCharts forum. Could you please try using the "tooltext" attribute in the <set> element for each of the values which will get displayed while you hover through the chart after it has been rendered? Ref.- http://www.fusioncharts.com/docs/?/AttDesc/ToolTip.html Also, could you please try using legendAllowDrag='1' in the chart element to turn off the drag property of the Legend? Ref.- http://www.fusioncharts.com/docs/?/ChartSS/Line2D.html Hope this helps. Share this post Link to post Share on other sites
edgars.sults Report post Posted November 11, 2009 Thanks for the quick reply! Setting legendAllowDrag to 0 helped fix the legend problem. The tooltip problem, however, is more difficult than I hoped. According to the documentation, I'd have to manually find all points that are overlapping and build custom tooltips for each of them in order show the data that might be hidden underneath. That will involve a bit of work. Too bad there's no easier way. Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 11, 2009 (edited) Hello, Can you please send in your XML so that we can solve your issue? Awaiting your reply. Edited November 11, 2009 by Guest Share this post Link to post Share on other sites
edgars.sults Report post Posted November 11, 2009 (edited) As you'll see when you render the data, there are many overlapping lines, but only the topmost tooltip is visible. I need to see all the product names in the tooltip if they have the same value on that day. I can't make the XML appear in the post. I tried code tags. How can I show it? Edited November 11, 2009 by Guest Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 11, 2009 Hello, Could you please attach the XML. The forum has some issues while pasting XMLs. Apologies for the inconvenience. Share this post Link to post Share on other sites
edgars.sults Report post Posted November 11, 2009 (edited) Attached now. It's the part that is passed to setDataXML(). chart xml.txt Edited November 11, 2009 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted November 11, 2009 Hi, Could you please mention the tooltext with all the details just beside each of the value so that when you hover through the rendered chart you can identify each value with the datails mentioned in the tooltip. Ref.- <set value='20' tooltext="the details that you want to display"> Hope this helps. Share this post Link to post Share on other sites
edgars.sults Report post Posted November 11, 2009 (edited) It's currently displaying the default tooltip, for example, "Pre Avg, 08/11, Edited November 11, 2009 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted November 11, 2009 Hi, Could you please try it by customizing the tooltext for each datavalues according to your requirement? If you wish to display a combination, for example, "Pre Avg, 08/11, Share this post Link to post Share on other sites
edgars.sults Report post Posted November 12, 2009 Ok, that's what I thought I'd have to do. Thanks for your help. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted November 12, 2009 Welcome! Share this post Link to post Share on other sites