Closed
Description
scattergl
doesn't match the scatter
svg autorange behavior with fill: for example, fill: 'tozeroy'
like in the gl2d_axes_labels2
mock should trigger the y axis to autorange to zero, and the x axis to autorange tightly rather than padded, despite the markers.
Also: open the same mock and Plotly.restyle(gd, {fill: 'none'})
- the fill will not disappear, though if you add a fill to a plot that doesn't have one, it will appear.