Google charts are powerful, simple to use, and free. This package contains multiple widgets that are wrapping the "Google Charts" library so you can use it to visualize your aggregated data.
The widgets are compatible with Mendix 6.8.1 and up.
- Area Chart
- Bar Chart
- Bubble Chart
- Column Chart
- Line Chart
- Pie Chart (with donut option)
- Sankey Diagram // TODO: More options
- Gauge Chart
- Sankey Diagram is not working since the library update.
The data for the widgets are retrieved through a (dataview) context object. The assumption here is that all aggregation of data is done in a microflow and a "JavaScript Literal" string is send back. In the included test project you can see an example on how to do this.
All the settings for the widgets match the original "Google Chart" settings. The documentation for these can be found here: Google Charts Documentation.
Be aware that some settings are set via JavaScript objects to give you more flexibility.
For more information on contributing to this repository visit Contributing to a GitHub repository!