How to change X-axis labels of a line-chart?

0
Hi,  I want to change the xtick/label of the x-axis that it is not showed skewed and the date is showed above the month (see image). How can I change this?  ​​​​​​ Thanks! Kolien
asked
4 answers
0

Kolien,

A couple of resources for you:

Hope that helps.  When you get it working, post your results here.  I will be curious to see your results!

Mike

answered
0

When using the plotly online studio I can get the date format as I want it to be but when I try to add tickformat to Mendix, it won't work. Does anyone know how tickformat work in Mendix graphs?

answered
0

Hi Kolien, 

You need to add the json config to the advanced configuration (Advanced tab of widget) like this:

{ "xaxis": {
  "tickformat": "%b %y"
} 
}

Don't forget to enable advanced option within the widget

GL! 

answered
0

Example

answered