@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

PropertyTypeDescriptionDefined in
axis?ISparklineAxisConfigThe axis configuration of the sparklinepackages/sheets-sparkline/src/common/type.ts:48
containHiddenCells?booleanWhether to display hidden cellspackages/sheets-sparkline/src/common/type.ts:72
emptyShowAs?SpacialShowAsEnumHow to display empty valuespackages/sheets-sparkline/src/common/type.ts:68
extremumMax?ISparklineExtremumConfigThe max extremum configuration of the sparklinepackages/sheets-sparkline/src/common/type.ts:52
extremumMin?ISparklineExtremumConfigThe min extremum configuration of the sparklinepackages/sheets-sparkline/src/common/type.ts:56
lineWidth?numberThe line width of the sparklinepackages/sheets-sparkline/src/common/type.ts:84
nonNumShowAs?SpacialShowAsEnumHow to display non-numeric valuespackages/sheets-sparkline/src/common/type.ts:64
points?ISparklinePointsThe point configuration in sparklinespackages/sheets-sparkline/src/common/type.ts:80
seriesColor?stringThe color of the sparklinepackages/sheets-sparkline/src/common/type.ts:76
showGradient?booleanWhether to display the gradient of the line chartpackages/sheets-sparkline/src/common/type.ts:88
showRadius?booleanWhether to display rounded corners of bar charts and profit and loss chartspackages/sheets-sparkline/src/common/type.ts:92
themeType?SparklineThemeTypeEnumThe theme of the sparklinepackages/sheets-sparkline/src/common/type.ts:60
type?SparklineTypeEnumThe type of sparklinepackages/sheets-sparkline/src/common/type.ts:44