Skip to content

Commit 3d42806

Browse files
authored
Update README.md
docs: add note about WebGL-based traces and debugging behavior
1 parent a405dde commit 3d42806

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,15 @@ Official plotly.js documentation is hosted at [https://plotly.com/javascript](ht
130130
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.
131131
For more info about contributing to Plotly documentation, please read through [contributing guidelines](https://github.com/plotly/graphing-library-docs/blob/master/README.md).
132132

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.
141+
133142
---
134143
## Bugs and feature requests
135144

0 commit comments

Comments
 (0)