danray Report post Posted January 13, 2009 I have a stacked area chart. I've sorted the datasets to be "heaviest-first", so the one with the biggest total is rendered first, at the bottom of the chart, the next comes next, etc. Problem is, the last dataset contains many zeros. Because it's on top and rendered last, its tooltip is what comes up when you hover over the highest point of the dataplot, even if its value is zero--and you don't get the tooltip of the largest dataset with actual data, which would be the most useful thing to show. I've tried setting showToolTip='0' and showToolText='', and neither made any difference. Thoughts? Share this post Link to post Share on other sites
Rahul Kumar Report post Posted January 15, 2009 Hi, Could you please send us the XML? Share this post Link to post Share on other sites
mwfromfi Report post Posted June 3, 2009 We are having the exact same problem with the stacked area 2d chart. I have removed any datasets which would add up to zero; however the last dataset is extremely low compared to the others. The hover over for the last data set shows; however you cannot see the hover over for the dataset before it (which is much larger). Any suggestions? here is the XML: subCaption = ' Sub System Value 2009 - 2018' paletteColors='030DB0,EAFE00,4FE105,FEA903,FF4000,BB08F6,BABABD,FA04AE,05096A,670B52,FED203,0099CC,620863,8D0000,085564,0066CC' plotGradientColor = '' numVDivLines='8' plotFillAlpha='75' showValues='0' formatNumberScale='1' numberScaleValue='1000,1000,1000,1000' numberScaleUnit='K,M,B,T' decimals = '3' numberPrefix='$' showToolTip='1' baseFont='Helv' baseFontSize='10' exportEnabled='1' exportAtClient='0' exportHandler='FusionCharts/ExportHandlers/ASP_NET/FCExporter.aspx' exportAction='download' > Share this post Link to post Share on other sites
Guest Rajroop Report post Posted June 5, 2009 Hello, Can you please re-send the XML using < in place of '<' and > in place of '>'? Share this post Link to post Share on other sites