mkouts Report post Posted December 19, 2016 Hi, While switching from a Flash version of the Fusioncharts to the latest SVG version I encountered a problem with the initial process window state. Right after the chart is rendered process labels are scrolled all the way left while the scroll bar position is 0 (see the attached screenshot). Clicking on the "right" arrow eliminates the inconsistency. It also happens every time you resize this chart while the process labels are longer than the process window width. Has anybody seen this behavior? Is there a good (configuration or programmatic) way to make it work properly? The Flash version doesn't have this problem. Thank you, Michael Share this post Link to post Share on other sites
mkouts Report post Posted December 19, 2016 For some reason the screenshot was not attached the first time. So I will try it again. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted December 20, 2016 Hi, The problem you are facing with the process labels seems to be working fine from our end, please upgrade to the latest version of FusionCharts if you face any problem.For further reference please visit the fiddle link and check the sample code http://jsfiddle.net/ayanbhaduryfc/wncku5rd/If it still doesn't solves your problem, it will be very helpful if you provide us with your implementation in a sample fiddle. Hope this helps. Share this post Link to post Share on other sites
mkouts Report post Posted December 20, 2016 Ayan, Thank you for the quick response. I use version 3.11.3 that is pretty recent if not the latest. To produce the problem you can remove "datatable" element from the chart as well as "width":"200" from the "processes" in your sample code. Please see the attached screenshot. Thank you, Michael Kouts Share this post Link to post Share on other sites
mkouts Report post Posted December 20, 2016 Ayan, Your sample code provided me with a workaround - I added an empty "datatable" element to the chart and it seems to resolve my problem. Thank you, Michael Kouts Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted December 21, 2016 Hi, Great to know that it worked. Share this post Link to post Share on other sites