@kanunilabs/datagrid-react-enterprise
@kanunilabs/datagrid-react-enterprise / SparklineProps
Interface: SparklineProps
Extends
Properties
ariaLabel?
optionalariaLabel?:string
Screen-reader description. Falls back to a generated summary.
Inherited from
data
data:
unknown
The series. Non-numeric entries are skipped, not read as zero.
max?
optionalmax?:number
Force the high end.
Inherited from
min?
optionalmin?:number
Force the low end of the scale — for comparing rows against each other.
Inherited from
showBaseline?
optionalshowBaseline?:boolean
Draw the zero line when the series crosses it. Default true for bar.
Inherited from
showLast?
optionalshowLast?:boolean
Mark the last reading with a dot. Default true for line/area.
It is the point the reader is actually after — "where did it end up" — and a line without it makes them find the right edge themselves.
Inherited from
type?
optionaltype?:SparklineType