You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
labels are then truncated if it overflows the region
However, they are not in this case. As you can see, the xAxis label for the first value is cut off. I have tried setting the parent element to overflow-x: visible, to at least show the values even if it is not truncated, which does not work again.
How do I make the values truncate or at least overflow the xAxis labels?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
https://apexcharts.com/docs/multiline-text-and-line-breaks-in-axes-labels/
According to documentation, it says the following
However, they are not in this case. As you can see, the xAxis label for the first value is cut off. I have tried setting the parent element to
overflow-x: visible
, to at least show the values even if it is not truncated, which does not work again.How do I make the values truncate or at least overflow the xAxis labels?
The text was updated successfully, but these errors were encountered: