Skip to content

cupertino-files / ChartValue

Type Alias: ChartValue

ChartValue = { type: "empty"; } | { type: "number"; value: number; } | { type: "date"; value: Date; } | { seconds: number; type: "duration"; }

Defined in: src/tsch/charts.ts:131

One plotted value. Charts store numbers, dates and durations distinctly.

MIT licensed. Independently made — not by Apple in California. Not affiliated with or endorsed by Apple Inc.