Documentation

@kanunilabs/datagrid-enterprise


@kanunilabs/datagrid-enterprise / ColumnSparkline

Interface: ColumnSparkline

In-cell chart configuration (gap analysis P2.2).

min/max are the difference between a column of independently scaled pictures and a column you can read DOWN: left to itself every row uses its own extremes, so a row varying between 9 and 10 looks exactly like one varying between 0 and 1000. Fix them when the rows are comparable.

Properties

max?

optional max?: number


min?

optional min?: number


showBaseline?

optional showBaseline?: boolean

Zero line, drawn only when the series actually crosses it. Default on for bar.


showLast?

optional showLast?: boolean

Dot on the final reading. Default on except for bar.


type?

optional type?: "bar" | "line" | "area"