SparklineStyle
Style to show for a Sparkline Column
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| Cell | CellBoxStyle | Optional cell box styling applied to the cell behind the sparkline chart. |
| options | AgSparklineOptions | AG 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
options
AG Grid Sparkline Options
TypeScript
options?: AgSparklineOptions;Property Value
AgSparklineOptions