@univerjs-pro/sheets-sparkline v0.5.4
Interface: ISparklineGroup
Defined in: packages/sheets-sparkline/src/common/type.ts:235
Represents a sparkline group.
Properties
Property | Type | Description | Defined in |
---|---|---|---|
config | ISparklineGroupConfig | The configuration for this sparkline group. | packages/sheets-sparkline/src/common/type.ts:236 |
sparklines | ObjectMatrix <IRange > | The matrix of defined ranges for this group. | packages/sheets-sparkline/src/common/type.ts:237 |