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
One of the graphs that is being produced in an app I am working on is producing a flat line for one trace that contains non-flat data using scattergl for the graph type. I have placed an example at https://codepen.io/bytesnz/pen/bxNwbj. Having played round with it a little, if I change the graph type to scatter it is fine and if I remove the autorange: 'reversed' option on the yaxis config, it renders the line correctly. The trace also shares the yaxis with another variable, which renders correctly. Removing the second variable from the axis makes no difference.
Rendered with scattergl
Rendered with scatter
The text was updated successfully, but these errors were encountered:
One of the graphs that is being produced in an app I am working on is producing a flat line for one trace that contains non-flat data using
scattergl
for the graph type. I have placed an example at https://codepen.io/bytesnz/pen/bxNwbj. Having played round with it a little, if I change the graph type toscatter
it is fine and if I remove theautorange: 'reversed'
option on the yaxis config, it renders the line correctly. The trace also shares the yaxis with another variable, which renders correctly. Removing the second variable from the axis makes no difference.Rendered with scattergl

Rendered with scatter

The text was updated successfully, but these errors were encountered: