AnyChart module : How to use it for Stacked Bar Chart?

0
Hi am using AnyChart module for plotting the charts. It is lacking in documentation and asking for referring the Plotly.js for documentation. I want to plot the Bar chat in stacked mode. How can I provide a JSON as an input through microflow to the chart ? Also, is there any alternative to anychart for charts ?     
asked
1 answers
2

 

Please use the Chart widgets, if you can, it has most required functions It can also create bar /column stacked chart.

Just set the tab "Advanced" the "Mode" to "Advanced" And set in the layout options {"barmode": "stack"}

 

To make it with any charts see:" https://plot.ly/javascript/bar-charts/#stacked-bar-chart Set the layout {"barmode": "stack"}

Cheers, Andries

 

answered