Replies: 1 comment
-
Also, when resizing the browser window, the chart inside its container becomes incorrect, shifting to the right |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to display a graph with two types of data on the x-axis.
One with strings and another with timestamp.
At initialization I have no problems but once I switch from datetime to category the x axis displays numbers instead of strings.
I tried 2 methods to update the options by going through a state and using the method "updateOptions".
code : https://codesandbox.io/p/devbox/4lgy3d
Beta Was this translation helpful? Give feedback.
All reactions