Charts widget - what happend to x axis sort attribute for a column chart?

1
Hi Mendix community, I am confused about the Charts widget. I have updated it and now the Edit Properties are very different. In the old widget I had the option to pass a a "x axis sort attribute" for a column chart:   The same menu in the new Charts widget looks very different - and I can't find anymore the "x axis sort attribute":   So how can I define the sorting in the new Charts widget?
asked
1 answers
1

in advance setting custom layout if i remember correct, you can try these 2 options

 

1- "transforms": [ { "type": "sort", "target": "x", "order": "descending" } ]

2- {"xaxis":{"categoryorder":"category ascending"}}

 

 

answered