S_S_S

multi series stacked column chart

Recommended Posts

Hi,

 

Yes, you can create similar visualization using the "msstackedcolumn2d" chart type provided by FusionCharts.

Please check the sample fiddle showcasing a similar visualization : http://jsfiddle.net/G7hYq/1144/

 

There is another variant of the chart type that supports a line dataset on a secondary y-axis on right side of the chart. Please refer to the documentation link :

https://www.fusioncharts.com/dev/chart-guide/standard-charts/combination-charts#multi-series-stacked-column-d--line-dual-yaxis-chart-9

 

Thanks,

Akash.

Share this post


Link to post
Share on other sites

Thank you @Akash,

Now next thing i was doing that on the X-axis customerName should be displayed(from database) and status(Not Processed,In Process and closed)should displayed on Y-axis.I am not able to do this please help me.I attached the file please check it for further details

stacked.zip

Share this post


Link to post
Share on other sites

Hi,

 

To render charts by fetching data from database you need to use any of the server-side wrappers of FusionCharts, please check the documentation for the supported wrappers : https://www.fusioncharts.com/explore/integrations?stack=back-end-integrations

Also check the demos in the above link for code reference.

 

Find the documentation guide for instruction to render charts using values from database : https://www.fusioncharts.com/dev/getting-started/java/create-charts-in-java-using-database

Please note : You can browse through all the server-side wrapper guides enlisted on the navigation panel

 

For reference find a sample combination chart rendered by fetching values from database, refer to this and similarly implement the same for your required chart type : https://www.dropbox.com/s/5vd6hdmjiqx6yp8/DemoWrapperMultiSeriesCharts.zip?dl=0

 

Thanks,

Akash.

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