Aadesh_mahajan

scroll charts support

Recommended Posts

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

error.PNG

Share this post


Link to post
Share on other sites

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

scrollarea_3.12.0.PNG

Share this post


Link to post
Share on other sites

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now