Skip to content

Chart ​

A universal chart component. Inspired by chartJS etc. But is'nt as bloated.

Basic ​

Chart... bla la la

Axis ​

There are two types of y-axises. category and time

Tooltip slot ​

There is a slot for a tooltip with some usable slot props

Streaming ​

Streaming with prefetch

Samples in buffer: 0

Auto range ​

Auto range is a feature that will automatically adjust the x-axis range to fit the data. This is useful when you have a lot variance in the data and don't want to manually set the range. Enable it by setting the auto-range prop. This will also generate a y-axis with values for now TODO.

Samples in buffer: 0

Stacked ​

Stacked charts are useful when you want to show the total of multiple series. For example when you want to show the total of a series of data and the total of a subset of that data. For example the total of all sales and the total of sales for a specific product.

Not really.