Attendance Horizontal Bar Graph

0
Hi all,   I want to build a horizontal bar graph that shows attendance of employees on certain ‘stations’. Ideally, it will be grey when not attending and green when attending, thus it should result in a green-gray-green-gray-green etc. bar.  However, currently all my green bars are grouped and all my gray bars are grouped.   An employee may attend multiple ‘stations’ simultaneously, thus I’ve used the dynamic series type. Also I’m currently using the bar chart widget (but are open to other chart types as well)   Any ideas as to how this can be achieved?
asked
1 answers
0

I've found the Anychart module to be particularly useful

https://marketplace.mendix.com/link/component/106517

https://docs.mendix.com/refguide/charts-any-configuration/

https://docs.mendix.com/refguide/charts-any-cheat-sheet/ https://plotly.com/javascript/reference/

 

It took me a while to get my head round creating the JSON that can fill it, but it allows a considerable amount of customisation.

 

Edit: Glad to be of help :)

answered