Skip to content

@maxhealth.tech/prefab / auto / ChartType

Type Alias: ChartType

ts
type ChartType = "bar" | "line" | "area" | "pie";

Defined in: auto/chart.ts:14

Released under the MIT License.