Dynamic Series for charts : How does it work ?

1
I am working on charts for my App. I have used static series for graphs and it is working well. But I am not getting what is dynamic series? How does it work? is there any detailed documentation available ? 
asked
1 answers
3

Dynamic series are covered in the link below. I have used them before to give data on an enumeration where there is 3 different options. Yes/No/Notset 

 

https://docs.mendix.com/howto7/extensibility/charts-dynamic-series and there should be a sample for each chart in this project https://github.com/mendixlabs/charts/releases/tag/v1.3.0

answered