-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The x-axis labels go out of the boundary after re-rendering #121
Comments
This breaks since we rerender the chart in a transition - which removes all the formatting on tick values we do. @theiliad Can you explain why we do |
@t-mullen Thanks for pointing out the issue. I'll get back to you |
As far as I remember, you would have to use |
@theiliad , Another related observation. The text in the graph doesn't wrap in the initial rendering also, if the graph is loaded with default width and height. Ideally, the text wrapping be should be determined on the availability of break characters (space). |
We are waiting for a fix and request ETA |
@pjena98 It's tough to figure out a solution that wouldn't cover the chart. We've handed off the issue to the design team to come up with a solution. You'll hear back soon |
This was addressed in #275 |
I am submitting a...
charts version:
0.7.11
Issue description
The x-axis labels go out of the boundary after re-rendering. As visible in the screenshots, the x-axis labels at first wrap around properly. But after the graph re-renders they go out of border.
Screenshot or recording
The text was updated successfully, but these errors were encountered: