Skip to content

Commit 272dfb5

Browse files
committed
Update docs
1 parent 33eeb18 commit 272dfb5

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ The following charts bear these slots:
266266
- VueUiRadar
267267
- VueUiRings
268268
- VueUiScatter
269+
- VueUiSparkStackbar
269270
- VueUiStackbar
270271
- VueUiTreemap
271272
- VueUiVerticalBar
@@ -393,16 +394,16 @@ From the dataset you pass into the props, this component will produce the most a
393394

394395
### Mini charts
395396

396-
| Name | dataset type | config type | emits / exposed methods | slots | custom tooltip | themes |
397-
| --------------------- | ---------------------------------- | --------------------------- | --------------------------------------- | ------------------------------- | -------------- | ------ |
398-
| `VueUiSparkline` | `VueUiSparklineDatasetItem[]` | `VueUiSparklineConfig` | `@selectDatapoint` | `#svg`, `#before` |||
399-
| `VueUiSparkbar` | `VueUiSparkbarDatasetItem[]` | `VueUiSparkbarConfig` | `@selectDatapoint` | `#data-label`, `#title` |||
400-
| `VueUiSparkStackbar` | `VueUiSparkStackbarDatasetItem[]` | `VueUiSparkStackbarConfig` | `@selectDatapoint` | | ||
401-
| `VueUiSparkHistogram` | `VueUiSparkHistogramDatasetItem[]` | `VueUiSparkHistogramConfig` | `@selectDatapoint` ||||
402-
| `VueUiSparkGauge` | `VueUiSparkGaugeDataset` | `VueUiSparkGaugeConfig` |||||
403-
| `VueUiSparkTrend` | `number[]` | `VueUiSparkTrendConfig` |||||
404-
| `VueUiGizmo` | `VueUiGizmoDataset` | `VueUiGizmoConfig` |||||
405-
| `VueUiBullet` | `VueUiBulletDataset` | `VueUiBulletConfig` | `generatePdf`, `generateImg`, `getData` | `#svg`, `#legend`, `#watermark` |||
397+
| Name | dataset type | config type | emits / exposed methods | slots | custom tooltip | themes |
398+
| --------------------- | ---------------------------------- | --------------------------- | --------------------------------------- | ----------------------------------- | -------------- | ------ |
399+
| `VueUiSparkline` | `VueUiSparklineDatasetItem[]` | `VueUiSparklineConfig` | `@selectDatapoint` | `#svg`, `#before` |||
400+
| `VueUiSparkbar` | `VueUiSparkbarDatasetItem[]` | `VueUiSparkbarConfig` | `@selectDatapoint` | `#data-label`, `#title` |||
401+
| `VueUiSparkStackbar` | `VueUiSparkStackbarDatasetItem[]` | `VueUiSparkStackbarConfig` | `@selectDatapoint` | `#tooltip-before`, `#tooltip-after` | ||
402+
| `VueUiSparkHistogram` | `VueUiSparkHistogramDatasetItem[]` | `VueUiSparkHistogramConfig` | `@selectDatapoint` | |||
403+
| `VueUiSparkGauge` | `VueUiSparkGaugeDataset` | `VueUiSparkGaugeConfig` || |||
404+
| `VueUiSparkTrend` | `number[]` | `VueUiSparkTrendConfig` || |||
405+
| `VueUiGizmo` | `VueUiGizmoDataset` | `VueUiGizmoConfig` || |||
406+
| `VueUiBullet` | `VueUiBulletDataset` | `VueUiBulletConfig` | `generatePdf`, `generateImg`, `getData` | `#svg`, `#legend`, `#watermark` |||
406407

407408
### Charts
408409

documentation/installation.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,16 @@ From the dataset you pass into the props, this component will produce the most a
129129

130130
### Mini charts
131131

132-
| Name | dataset type | config type | emits / exposed methods | slots | custom tooltip | themes |
133-
| --------------------- | ---------------------------------- | --------------------------- | --------------------------------------- | ------------------------------- | -------------- | ------ |
134-
| `VueUiSparkline` | `VueUiSparklineDatasetItem[]` | `VueUiSparklineConfig` | `@selectDatapoint` | `#svg`, `#before` |||
135-
| `VueUiSparkbar` | `VueUiSparkbarDatasetItem[]` | `VueUiSparkbarConfig` | `@selectDatapoint` | `#data-label`, `#title` |||
136-
| `VueUiSparkStackbar` | `VueUiSparkStackbarDatasetItem[]` | `VueUiSparkStackbarConfig` | `@selectDatapoint` | | ||
137-
| `VueUiSparkHistogram` | `VueUiSparkHistogramDatasetItem[]` | `VueUiSparkHistogramConfig` | `@selectDatapoint` ||||
138-
| `VueUiSparkGauge` | `VueUiSparkGaugeDataset` | `VueUiSparkGaugeConfig` |||||
139-
| `VueUiSparkTrend` | `number[]` | `VueUiSparkTrendConfig` |||||
140-
| `VueUiGizmo` | `VueUiGizmoDataset` | `VueUiGizmoConfig` |||||
141-
| `VueUiBullet` | `VueUiBulletDataset` | `VueUiBulletConfig` | `generatePdf`, `generateImg`, `getData` | `#svg`, `#legend`, `#watermark` |||
132+
| Name | dataset type | config type | emits / exposed methods | slots | custom tooltip | themes |
133+
| --------------------- | ---------------------------------- | --------------------------- | --------------------------------------- | ----------------------------------- | -------------- | ------ |
134+
| `VueUiSparkline` | `VueUiSparklineDatasetItem[]` | `VueUiSparklineConfig` | `@selectDatapoint` | `#svg`, `#before` |||
135+
| `VueUiSparkbar` | `VueUiSparkbarDatasetItem[]` | `VueUiSparkbarConfig` | `@selectDatapoint` | `#data-label`, `#title` |||
136+
| `VueUiSparkStackbar` | `VueUiSparkStackbarDatasetItem[]` | `VueUiSparkStackbarConfig` | `@selectDatapoint` | `#tooltip-before`, `#tooltip-after` | ||
137+
| `VueUiSparkHistogram` | `VueUiSparkHistogramDatasetItem[]` | `VueUiSparkHistogramConfig` | `@selectDatapoint` | |||
138+
| `VueUiSparkGauge` | `VueUiSparkGaugeDataset` | `VueUiSparkGaugeConfig` || |||
139+
| `VueUiSparkTrend` | `number[]` | `VueUiSparkTrendConfig` || |||
140+
| `VueUiGizmo` | `VueUiGizmoDataset` | `VueUiGizmoConfig` || |||
141+
| `VueUiBullet` | `VueUiBulletDataset` | `VueUiBulletConfig` | `generatePdf`, `generateImg`, `getData` | `#svg`, `#legend`, `#watermark` |||
142142

143143
### Charts
144144

0 commit comments

Comments
 (0)