Issue with Y-Axis Positioning in Tremor Line Chart #149
Unanswered
starkkumarkk1611
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm encountering an issue with the y-axis in a Tremor line chart. When the y-axis is positioned on the left, large numerical tick values are getting cut off. This appears to be because the y-axis labels expand to the left, rather than shifting the graph to the right to accommodate the growing label width.
Currently, the Cartesian plane's starting position is fixed, while space is left for y-axis labels to the right of it, if a label becomes large, it gets cut off. Additionally, for smaller numbers, the label position shifts, and I want it to consistently start from the leftmost edge.
Could someone please provide guidance on how to address this? Specifically, I'm looking for ways to ensure that the y-axis labels originate from the leftmost edge of the chart container, occupy the necessary width to their right, and then the cartesian plane graph should start.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions