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
If you create a line plot in plotly express, it seems to just use the canvas instead of the WebGL optimized canvas. We should be using WebGL to render when it is enabled. With legacy plots it does use WebGL.
Seems p_scatter = dx.scatter(_stocks, "Timestamp", "Random") does render with scattergl, perhaps we only disabled this on line plots when downsampling is enabled?
Description
If you create a line plot in plotly express, it seems to just use the canvas instead of the WebGL optimized canvas. We should be using WebGL to render when it is enabled. With legacy plots it does use WebGL.
Steps to reproduce
p_legacy
Chart component props data typep
Chart component props data typeExpected results
2. Plot type should be
scattergl
3. Plot type should be
scattergl
Actual results
2. Plot type is
scattergl
for the legacy plot3. Plot type is just
scatter
for the express plotAdditional details and attachments
Versions
Engine Version: 0.36.1
Web UI Version: 0.90.0
Java Version: 11.0.24
Barrage Version: 0.6.0
Browser Name: Chrome 129
OS Name: Linux
@deephaven/js-plugin-plotly-express: 0.11.2
@deephaven/js-plugin-ui: 0.22.0
The text was updated successfully, but these errors were encountered: