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
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?
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!
Example