@univerjs-pro/sheets-sparkline v0.5.4


Interface: ISparklinePoints

Defined in: packages/sheets-sparkline/src/common/type.ts:143

Properties

PropertyTypeDescriptionDefined in
firstPoint?ISparklinePointConfigThe configuration of the first pointpackages/sheets-sparkline/src/common/type.ts:155
highPoint?ISparklinePointConfigThe configuration of the high pointpackages/sheets-sparkline/src/common/type.ts:147
lastPoint?ISparklinePointConfigThe configuration of the last pointpackages/sheets-sparkline/src/common/type.ts:159
lowPoint?ISparklinePointConfigThe configuration of the low pointpackages/sheets-sparkline/src/common/type.ts:151
markersPoint?ISparklinePointConfigThe configuration of the markers pointpackages/sheets-sparkline/src/common/type.ts:167
negativePoint?ISparklinePointConfigThe configuration of the negative pointpackages/sheets-sparkline/src/common/type.ts:163