Perspective XY CHART question


As in the picture "1", all xAxes appear in perspective, but only odd dates are visible in runtime.

I want to see everything, what should I do?

You could probably get it to render more labels if you set the rotation property to 90.
xAxes: 0: appearance: labels: rotation

I would use ApexCharts instead of XY charts. They're a lot more functional.

Use the online chart editor to create what you want and then copy the code into the props.options of the apex chart in Ignition. Make sure to set the props.type to the right chart type as well

https://editor.apexcharts.com/

2 Likes