@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?
optionalmax?:number
min?
optionalmin?:number
showBaseline?
optionalshowBaseline?:boolean
Zero line, drawn only when the series actually crosses it. Default on for bar.
showLast?
optionalshowLast?:boolean
Dot on the final reading. Default on except for bar.
type?
optionaltype?:"bar"|"line"|"area"