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.