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
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".
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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