Kyvis-Labs / ignition-apexcharts-module

The module provides Perspective ApexCharts components
Apache License 2.0
59 stars 12 forks source link

xaxis labels rotate #21

Closed AlwaysABattler closed 2 years ago

AlwaysABattler commented 2 years ago

Hi Travis,

I'm using the line chart. I am trying to rotate the xaxis labels. It works for the yaxis but not the xaxis. Any ideas? In the image, i tried -45 degrees but i actually want -90 degree.

image

nikolai-wolterstorff commented 2 years ago

Try rotateAlways: true. https://apexcharts.com/docs/options/xaxis/#rotateAlways

AlwaysABattler commented 2 years ago

I did look at the that URL but I stopped at rotate 😞. So the issue was between the chair and the computer lol.

AlwaysABattler commented 2 years ago

thanks Nikolai