Create Waterfall Chart

1
Hi All, Can we create a waterfall Chart in Mendix using Any Chart? I tried with normal Bar chart modification in layout type, but failed. Please let me know how can we do it using anychart. Regards, Abhishek
asked
1 answers
2

Hi Abishek,

Anychart uses a plotly implementation, according to plotly type ‘waterfall’ should be possible. See an example below:

https://plotly.com/javascript/waterfall-charts/

To create a dynamic JSON for the widget, you can call a microflow and use an export mapping. Have a look here.

Goodluck!

answered