[email protected] Report post Posted December 23, 2016 Hi Team, I am using Javascript Driven ZoomLine Fusion Chart . Where the Anchor tooltip are overlapping each other. So that I am not able to see the values which are close to each other. Could you please help me out. Please find attached screen shot . Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted December 23, 2016 (edited) Hi, The tool-tips of "zoom-line" chart are not getting overlapped at our end even if the anchor plot values are same or close to each other, please find a working sample fiddle link http://jsfiddle.net/ayanbhaduryfc/9gka2dr9/ We are unable to replicate the issue at our end. Please let us know which version of FusionCharts are you currently using? Please share a sample fiddle link of your implementation or provide us the datasource and steps to replicate the issue so that we can look into the issue. Edited December 23, 2016 by Ayan Bhadury Share this post Link to post Share on other sites
[email protected] Report post Posted January 2, 2017 Hi Ayan, Thanks for your reply. Currently we are using FusionChart 3.3.1 in which the JSFiddle's code is not working. Could you please try with attached json at your end in which data points are very close to each other. Please change attached file extension to .json Thanks, Amol zoomline.txt Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted January 2, 2017 Hi, Thanks for replying back. "Zoom Line" chart takes the category object and data object as an attribute belonging to the categories and dataset object array respectively. The attached json file which you provided contains the category and data object as an array of objects, which does not comply with the supported zoomline format. Please refer this documentation for further details of category and data attribute in the below link http://www.fusioncharts.com/dev/chart-guide/zoom-line-chart/creating-a-zoom-line-chart.html#brief-explanation-of-the-data-structure For further reference check this sample fiddle link http://jsfiddle.net/fusioncharts/v60znb4c/ Hope this helps. Share this post Link to post Share on other sites
[email protected] Report post Posted January 2, 2017 Thanks for replying Ayan, I have modified the json with the format given by you but still issue persists. PFA with the latest Json. performanceTrendsZoomline_modified.txt Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted January 2, 2017 Hi, Thanks for replying back. Flash charts are deprecated since FusionCharts version 3.4. I would recommend you to upgrade to latest version of FusionCharts i.e. 3.11.3 and use latest version. You can download evaluation version using this link: http://www.fusioncharts.com/download/. The tool-tips of "zoom-line" chart are not getting overlapped at our end even if the anchor plot values are same or close to each other using the latest version, please find a working sample fiddle link http://jsfiddle.net/ayanbhaduryfc/wcyogrwL/1/ Share this post Link to post Share on other sites
[email protected] Report post Posted January 3, 2017 Thanks a lot Ayan, With the latest version the tool-tip overlapping issue is resolved. Amol. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted January 3, 2017 Happy to know that it worked. Share this post Link to post Share on other sites