paulbrab Report post Posted September 19, 2012 Hi, When i try to use a scrolling 2d column chart with one series, the last tooltip on the right is not display on hovering. If i switch to a 2 series chart, it displays fine. Code below. <html> <head> <title>My First chart using FusionCharts XT - Using pure JavaScript</title> <script type="text/javascript" src="FusionCharts/FusionCharts.js"></script> </head> <body> <div id="chartContainer">FusionCharts XT will load here!</div> <script type="text/javascript"><!-- FusionCharts.setCurrentRenderer('javascript'); var myChart = new FusionCharts( "FusionCharts/ScrollColumn2D.swf", "myChartId", "300", "600", "0", "1" ); myChart.setXMLUrl("data.xml"); myChart.render("chartContainer"); // --> </script> </body> </html> <chart caption='Business Results 2005 v 2006' xAxisName='Month' yAxisName='Revenue' showValues= '0' numberPrefix=' useRoundEdges='1'> <categories> <category label='Jan' /> <category label='Feb' /> <category label='Mar' /> <category label='Apr' /> <category label='May' /> <category label='Jun' /> <category label='Jul' /> <category label='Aug' /> <category label='Sep' /> <category label='Oct' /> <category label='Nov' /> <category label='Dec' /> </categories> <dataset seriesName='2006'> <set value='27400' /> <set value='29800'/> <set value='25800' /> <set value='26800' /> <set value='29600' /> <set value='32600' /> <set value='31800' /> <set value='36700' /> <set value='29700' /> <set value='31900' /> <set value='34800' /> <set value='24800' /> </dataset> <trendlines> <line startValue='26000' color='91C728' displayValue='Target' showOnTop='1'/> </trendlines> </chart> Has anyone come across this issue? Are there any fixes? Thanks for any help, Paul Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 19, 2012 Hi, We are looking into this. We will get back to you on this, shortly. Share this post Link to post Share on other sites
paulbrab Report post Posted September 21, 2012 Hi, We are looking into this. We will get back to you on this, shortly. Just wondering if there has been any more on this issue? Share this post Link to post Share on other sites
Sanjukta Report post Posted September 22, 2012 Hi, We have already reported this and are looking into this. This might take sometime as we are currently working on the next upgraded version. We shall update you at the earliest. Thank you for your continued patience and support. Share this post Link to post Share on other sites
paulbrab Report post Posted November 28, 2012 Hi, We have already reported this and are looking into this. This might take sometime as we are currently working on the next upgraded version. We shall update you at the earliest. Thank you for your continued patience and support. Hi, I was just wondering if there has been any progress made on this? This is an issue that is being raised by our clients on a regular basis. Thanks. Share this post Link to post Share on other sites
Guest Bindhu Report post Posted November 29, 2012 Hi, I was just wondering if there has been any progress made on this? This is an issue that is being raised by our clients on a regular basis. Thanks. Hi, We are working on it and will not be able to commit on any timeline for the same. When once this issue is fixed, I will update this thread. Hope this helps! Share this post Link to post Share on other sites
paulbrab Report post Posted March 7, 2013 Hi, We are working on it and will not be able to commit on any timeline for the same. When once this issue is fixed, I will update this thread. Hope this helps! Hi, Has there been any development on this issue? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 7, 2013 Hi, Has there been any development on this issue? Hi, Apologies for the delayed response. Could you please upgrade your current version to FusionCharts XT v3.3.0? and test it using the new files? Please find attached screen-shot, chart has been rendered using the FusionCharts XT v3.3.0 files. Hope this helps! Share this post Link to post Share on other sites