@kanunilabs/datagrid-react-enterprise
@kanunilabs/datagrid-react-enterprise / SparklineOptions
Interface: SparklineOptions
Extends
SparklineGeometryOptions
Extended by
Properties
ariaLabel?
optionalariaLabel?:string
Screen-reader description. Falls back to a generated summary.
max?
optionalmax?:number
Force the high end.
Inherited from
SparklineGeometryOptions.max
min?
optionalmin?:number
Force the low end of the scale — for comparing rows against each other.
Inherited from
SparklineGeometryOptions.min
showBaseline?
optionalshowBaseline?:boolean
Draw the zero line when the series crosses it. Default true for bar.
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.
type?
optionaltype?:SparklineType