Change Date alignment to vertical in charts

How to change Date alignment in vertical in xy charts.

sample

In the picture xy chart, in x series time displaying in horizontally, how to make the format vertically display.

Add a new property:
PROPS.xAxes.0.appearance.labels.rotation
Enter a numeric value in degrees (but just the numbers). Positive number rotates clockwise.

See AxisLabel – amCharts 4 Documentation for the full list.


Can you edit your question to include the Perspective tag. It might help someone else find this answer.

Thank you