Using Chart.js in Mendix

0
In our Mendix app, we're aiming to build dashboards for reports and metrics. However, we've found Mendix's built-in charting capabilities to be somewhat limited for our needs. We're considering using a wrapper for Chart.js to enhance our visualizations. I found this GitHub repository (https://github.com/mendixlabs/ChartJS), but it seems a bit deprecated—the last update was about 6 years ago. Does anyone have experience integrating Chart.js into Mendix recently? Or could you suggest alternative, actively maintained solutions to create better custom charts and dashboards?  
asked
2 answers
0

Hi Maximo Fernandez,

kindly check the Chart js cdn.

Getting Started | Chart.js

<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
answered
0

You can add extra options with JSON

 

https://docs.mendix.com/appstore/widgets/charts/#custom-configurations

 

 

answered