File tree 1 file changed +3
-3
lines changed
_posts/plotly_js/chart-events/events
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
sitemap: false
7
7
arrangement: horizontal
8
8
markdown_content: |
9
- Plotly graphs which use webgl receive a "webgl context" from the browser which gives them access to gpu resources.
10
- A program may lose its web context if the browser is overloaded with webgl contexts and is forced to shut one down.
11
- The event handler: `plotly_webglcontextlost`, can be used to trigger an event after a graph using webgl loses it's webgl context.
9
+ Plotly graphs which use WebGL receive a "WebGL context" from the browser which gives them access to gpu resources.
10
+ A program may lose its WebGL context if the browser is overloaded with them and is forced to shut one down.
11
+ The event handler: `plotly_webglcontextlost`, can be used to trigger an event after a graph loses it's WebGL context.
12
12
---
You can’t perform that action at this time.
0 commit comments