Skip to content

WebGLChartProvider

stable

Shared infrastructure for GPU-accelerated charts — CSS token bridge (CSS custom property → WebGL RGBA uniform), animation frame scheduler, and WebGL context factory. Wrap once at dashboard level.

import { WebGLChartProvider } from "@nodus/design-system/finance"
WebGLChartProvider — GPU context initialized. Wrap chart children here.

Props

childrenrequired
Type ReactNodeDefault

Chart components that consume useWebGLChart()

Metadatasemanticdataviz
MobileWorks As-Is

Context provider — no visual output. Canvas charts inside inherit the GPU context.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?