Aadesh_mahajan Report post Posted October 24, 2017 Hi Team, We are using Fusion Chart XT with version 3.12.0 with this we are getting error of type undefined while rendering scroll area 2D and scroll line chart we just want to know this type of charts is supported with version as i mentioned above and can you please give me list of scroll charts which are supported with version 3.12.0 i attached image of error awaiting response Thanks Aadesh Mahajan Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted October 24, 2017 Hi, We check a sample scroll area chart on version 3.12.0 and its working fine at our end please check the attached screenshot for details. Also please refer this link for the list of scroll charts which we supported in 3.12.0 from here - http://docs.fusioncharts.com/archive/3.12.0/chart-guide/scroll-charts/creating-scroll-charts.html#basics-of-scroll-charts Share this post Link to post Share on other sites
Aadesh_mahajan Report post Posted October 25, 2017 Hi Ayan, Thanks for the response when i draw simple Area 2D chart with alias area2d it's rendering without any error but when i change alias of chart from area2d to scrollarea2d it's giving exception as i mention in above message same thing i did with scroll stacked column 2d chart but that is working fine can you have any suggestion for the same thanks Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted October 25, 2017 Hi, Thanks for replying back. Please note the data structure for area2d and scrollarea2d chart are different, so when you render a single series area2d chart and change its chart type to scrollarea2d this would throw an error as the data structure prescribed for area2d and scrollarea2d are different. For reference please check the sample fiddle for the following: Area2d - http://jsfiddle.net/fusioncharts/x5FBh/ Scroll Area2d- http://jsfiddle.net/fusioncharts/7neLV/ Share this post Link to post Share on other sites
Aadesh_mahajan Report post Posted October 25, 2017 Hi Ayan, Thank you for your suggestions, now it's working fine. Thanks Aadesh Mahajan Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted October 25, 2017 Glad to know that the problem was solved. Share this post Link to post Share on other sites