Change date format on line chart

0
Hi, I’m struggling to format the date on the axis labels. I’m using Mendix version 8.18.10. This question appears to be asked a couple of times, and I had a look at this question: https://community.mendix.com/link/questions/97908. However, I now get the following error on the front-end: In the modeller, the widget setting looks as follow: Any advice is welcome!
asked
2 answers
1

Okay, so it appears that the mode also has an influence. My final configuration:

Note that the mode is set to “Advanced” (“Developer” also worked). This resulted in my graph looking as follow:

I tried to play around to display the time as well, but couldn’t get it right

answered
0

You need to add the layout option as below
 

{
  "xaxis": {
"type":"date"
}
}

answered