Changing the chart widget settings

0
Hello, i'm using mendix version 10.9.0. Hi, I'm heaving some issues finding how to change some more detailed settings on mendix's line chart widget. What i want to do is to force mendix to only put only integer numbers in the Y labels. Here's a screenshot for context: Here I don't want mendix to display the circled numbers.   Also i'd like to change the position of the series names, I'd like to put them on the bottom, or at least in a diagonal pattern. Thanks for the help.
asked
1 answers
0

Hi Damiano Purin,

 

"y-axis":

{    "tick mode": "linear",    "ditch": 1  }

Place the above code in the layout settings of line chart.

 

Thankyou.

 

answered