How to display the number of objects per status in a chart?

0
I have a list of tasks, each task has its status (e.g. New, InProgress, Done). I need to create a chart and display the number of tasks per status. How can I do it?
asked
1 answers
1

My favorite chart to use is AnyChart. Got some samples set up here: https://mydemoversion8-sandbox.mxapps.io/p/charts, download the sourcecode here: https://github.com/TimvanSteenbergen/MyDemoVersion8

answered