In a XYChart I am trying to set on the x-Axes, the twelve months as lables, from Jan to Dec, but as shown in the picture, the first month has also the Year (yyyy).
let dateAxis = chart.xAxes.push(new am4charts.DateAxis());
How can I show just the name of the month, in this case, just "Jan" ?