Skip to content

ChartType

ChartType = "line" | "area" | "bar" | "scatter" | "heatmap" | "pie"

Defined in: packages/pixi-charts/src/spec/ChartSpec.ts:25

The kinds of chart supported by the spec dispatcher.

All listed types are implemented and dispatched by import(’./render.js’).render. The union is closed: adding a new chart type is a coordinated change across this file, the validator, the dispatcher, and a chart implementation.