Type Alias RenderBackendFactory

RenderBackendFactory: () => IRenderBackend | null

Builds a backend for one pane, or returns null to decline: a webgl2 factory on a device without WebGL2 says so here, and the chart falls back to canvas2d rather than painting nothing.

Type declaration