S_S_S Report post Posted October 24, 2018 https://drive.google.com/open?id=1UYY_AqNgQu8z7Cx01Sb7pNPRQWgnGCIF i given link please refer this link i want to create multi series stacked chart. i want to create multi series stacked for function column(1,2,3) and it should stacked with hodacception(requested,accepted,not accepted) please help me to create such graph Share this post Link to post Share on other sites
Akash Biswas Report post Posted October 24, 2018 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
S_S_S Report post Posted November 2, 2018 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
Akash Biswas Report post Posted November 2, 2018 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