Line chart based on data from spreadsheet

0
I’ve created an app in Mendix Studio based on an Excel spreadsheet. How is it possible to create a chart area based on my data from the spreadsheet?
asked
1 answers
0

You can use the line chart widget for this, Check out the documentation for charts: https://docs.mendix.com/refguide/charts-configuration#1-introduction

and for you in specific the line chart:

https://docs.mendix.com/refguide/charts-configuration#3-2-line-chart

 

answered