SparklineStyle

Style to show for a Sparkline Column

TypeScript
export interface

Properties

PropertyTypeDescription
CellCellBoxStyleOptional cell box styling applied to the cell behind the sparkline chart.
optionsAgSparklineOptionsAG Grid Sparkline Options

Property Details

Cell

Optional cell box styling applied to the cell behind the sparkline chart.

When set, this property "claims" the Cell slice for the column: any Format Column matching this column has its Cell-box properties stripped. When unset, Format Column Cell properties inherit through normally — useful for letting a row's themed background show through behind the sparkline.

TypeScript
Cell?: CellBoxStyle;
Property Value

CellBoxStyle

options

AG Grid Sparkline Options

TypeScript
options?: AgSparklineOptions;
Property Value

AgSparklineOptions