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
When we assign 'reversed' to autorange on the y-axis it reverses the graph properly. When we then want to switch back, so 'unreverse', which we do by assigning autorange: true, to the y-axis, it stays reversed. So: reversed graphs cannot switch back,
When we assign 'reversed' to autorange on the y-axis it reverses the graph properly. When we then want to switch back, so 'unreverse', which we do by assigning autorange: true, to the y-axis, it stays reversed. So: reversed graphs cannot switch back,
Some code snippets which indicate it:
const [layout, setLayout] = useState<Partial<Layout>>({
The text was updated successfully, but these errors were encountered: