@basementuniverse/chart demo harness

This page demonstrates v1 features: multiple chart types, shorthand and explicit series data, category and time x values, mixed chart overlays, manual axis ranges, titles, and custom formatters.

Build first with npm run build, then open this file in a browser. It loads ./build/index.js directly.

1) Line chart with shorthand data

Simple number arrays, default x=index mapping.

2) Category bar chart with explicit points

String x values become category axis labels.

3) Time series line/area with Date x

Explicit Date x points with custom date label formatter.

4) Mixed types in one chart

Bar + line + scatter overlays with numeric x points.

5) Manual ranges, title, and custom styling

Explicit x/y ranges, background fill, and label formatters.