@univerjs-pro/sheets-sparkline v0.5.4
Interface: ISparklineGroupConfig
Defined in: packages/sheets-sparkline/src/common/type.ts:40
Represents the configuration for a sparkline group.
Properties
Property | Type | Description | Defined in |
---|---|---|---|
axis? | ISparklineAxisConfig | The axis configuration of the sparkline | packages/sheets-sparkline/src/common/type.ts:48 |
containHiddenCells? | boolean | Whether to display hidden cells | packages/sheets-sparkline/src/common/type.ts:72 |
emptyShowAs? | SpacialShowAsEnum | How to display empty values | packages/sheets-sparkline/src/common/type.ts:68 |
extremumMax? | ISparklineExtremumConfig | The max extremum configuration of the sparkline | packages/sheets-sparkline/src/common/type.ts:52 |
extremumMin? | ISparklineExtremumConfig | The min extremum configuration of the sparkline | packages/sheets-sparkline/src/common/type.ts:56 |
lineWidth? | number | The line width of the sparkline | packages/sheets-sparkline/src/common/type.ts:84 |
nonNumShowAs? | SpacialShowAsEnum | How to display non-numeric values | packages/sheets-sparkline/src/common/type.ts:64 |
points? | ISparklinePoints | The point configuration in sparklines | packages/sheets-sparkline/src/common/type.ts:80 |
seriesColor? | string | The color of the sparkline | packages/sheets-sparkline/src/common/type.ts:76 |
showGradient? | boolean | Whether to display the gradient of the line chart | packages/sheets-sparkline/src/common/type.ts:88 |
showRadius? | boolean | Whether to display rounded corners of bar charts and profit and loss charts | packages/sheets-sparkline/src/common/type.ts:92 |
themeType? | SparklineThemeTypeEnum | The theme of the sparkline | packages/sheets-sparkline/src/common/type.ts:60 |
type? | SparklineTypeEnum | The type of sparkline | packages/sheets-sparkline/src/common/type.ts:44 |