@univerjs-pro/sheets-sparkline v0.5.4
Interface: ISparklinePoints
Defined in: packages/sheets-sparkline/src/common/type.ts:143
Properties
Property | Type | Description | Defined in |
---|---|---|---|
firstPoint? | ISparklinePointConfig | The configuration of the first point | packages/sheets-sparkline/src/common/type.ts:155 |
highPoint? | ISparklinePointConfig | The configuration of the high point | packages/sheets-sparkline/src/common/type.ts:147 |
lastPoint? | ISparklinePointConfig | The configuration of the last point | packages/sheets-sparkline/src/common/type.ts:159 |
lowPoint? | ISparklinePointConfig | The configuration of the low point | packages/sheets-sparkline/src/common/type.ts:151 |
markersPoint? | ISparklinePointConfig | The configuration of the markers point | packages/sheets-sparkline/src/common/type.ts:167 |
negativePoint? | ISparklinePointConfig | The configuration of the negative point | packages/sheets-sparkline/src/common/type.ts:163 |