How to implement simple bar graph ?

0
Hello Team We are working on small project of incident management and new to Mendix. I have a incident table where all incident are stored based on the category : High, Medium, Low. I want to prepare a simple bar graph to display the Category and its Count. like 10 incident of High , 5 of medium and 2 of low category. Please advise.  
asked
1 answers
0

Use the Anychart-module. That has the most possibilities (though I still have to play with Mendix Charts in Mx9).

See examples on https://mydemoversion8-sandbox.mxapps.io/p/charts and download the example code from https://github.com/TimvanSteenbergen/MyDemoVersion8.

It is not very intuitive, but if you set your mind to it, you will get it working.

answered