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
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,15 @@ Official plotly.js documentation is hosted at [https://plotly.com/javascript](ht
130
130
These pages are generated by the Plotly [graphing-library-docs repo](https://github.com/plotly/graphing-library-docs) built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages.
131
131
For more info about contributing to Plotly documentation, please read through [contributing guidelines](https://github.com/plotly/graphing-library-docs/blob/master/README.md).
132
132
133
+
---
134
+
## Notes on WebGL-based traces
135
+
136
+
Some trace types such as `scattergl` use WebGL for improved performance with large datasets.
137
+
138
+
When working in development or debugging environments, certain WebGL-related warnings (for example, related to buffer clearing) may appear if rendering operations are not fully specified.
139
+
140
+
These warnings are expected in strict/debug contexts and can typically be resolved by ensuring that rendering calls (such as `regl.clear()`) explicitly define the intended buffers.
0 commit comments