Skip to content

Commit 0e1a1fc

Browse files
committed
Updated docs
1 parent 6bdec5c commit 0e1a1fc

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -323,14 +323,14 @@ From the dataset you pass into the props, this component will produce the most a
323323

324324
### Mini charts
325325

326-
| Name | dataset type | config type | emits / exposed methods | slots | custom tooltip |
327-
| --------------------- | ---------------------------------- | --------------------------- | ----------------------- | ------ | -------------- |
328-
| `VueUiSparkline` | `VueUiSparklineDatasetItem[]` | `VueUiSparklineConfig` | `@selectDatapoint` | `#svg` ||
329-
| `VueUiSparkbar` | `VueUiSparkbarDatasetItem[]` | `VueUiSparkbarConfig` | `@selectDatapoint` |||
330-
| `VueUiSparkStackbar` | `VueUiSparkStackbarDatasetItem[]` | `VueUiSparkStackbarConfig` | `@selectDatapoint` |||
331-
| `VueUiSparkHistogram` | `VueUiSparkHistogramDatasetItem[]` | `VueUiSparkHistogramConfig` | `@selectDatapoint` |||
332-
| `VueUiSparkGauge` | `VueUiSparkGaugeDataset` | `VueUiSparkGaugeConfig` ||||
333-
| `VueUiSparkTrend` | `number[]` | `VueUiSparkTrendConfig` ||||
326+
| Name | dataset type | config type | emits / exposed methods | slots | custom tooltip |
327+
| --------------------- | ---------------------------------- | --------------------------- | ----------------------- | ----------------- | -------------- |
328+
| `VueUiSparkline` | `VueUiSparklineDatasetItem[]` | `VueUiSparklineConfig` | `@selectDatapoint` | `#svg`, `#before` ||
329+
| `VueUiSparkbar` | `VueUiSparkbarDatasetItem[]` | `VueUiSparkbarConfig` | `@selectDatapoint` | ||
330+
| `VueUiSparkStackbar` | `VueUiSparkStackbarDatasetItem[]` | `VueUiSparkStackbarConfig` | `@selectDatapoint` | ||
331+
| `VueUiSparkHistogram` | `VueUiSparkHistogramDatasetItem[]` | `VueUiSparkHistogramConfig` | `@selectDatapoint` | ||
332+
| `VueUiSparkGauge` | `VueUiSparkGaugeDataset` | `VueUiSparkGaugeConfig` || ||
333+
| `VueUiSparkTrend` | `number[]` | `VueUiSparkTrendConfig` || ||
334334

335335
### Charts
336336

documentation/installation.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ From the dataset you pass into the props, this component will produce the most a
104104

105105
### Mini charts
106106

107-
| Name | dataset type | config type | emits / exposed methods | slots | custom tooltip |
108-
| --------------------- | ---------------------------------- | --------------------------- | ----------------------- | ------ | -------------- |
109-
| `VueUiSparkline` | `VueUiSparklineDatasetItem[]` | `VueUiSparklineConfig` | `@selectDatapoint` | `#svg` ||
110-
| `VueUiSparkbar` | `VueUiSparkbarDatasetItem[]` | `VueUiSparkbarConfig` | `@selectDatapoint` |||
111-
| `VueUiSparkStackbar` | `VueUiSparkStackbarDatasetItem[]` | `VueUiSparkStackbarConfig` | `@selectDatapoint` |||
112-
| `VueUiSparkHistogram` | `VueUiSparkHistogramDatasetItem[]` | `VueUiSparkHistogramConfig` | `@selectDatapoint` |||
113-
| `VueUiSparkGauge` | `VueUiSparkGaugeDataset` | `VueUiSparkGaugeConfig` ||||
114-
| `VueUiSparkTrend` | `number[]` | `VueUiSparkTrendConfig` ||||
107+
| Name | dataset type | config type | emits / exposed methods | slots | custom tooltip |
108+
| --------------------- | ---------------------------------- | --------------------------- | ----------------------- | ----------------- | -------------- |
109+
| `VueUiSparkline` | `VueUiSparklineDatasetItem[]` | `VueUiSparklineConfig` | `@selectDatapoint` | `#svg`, `#before` ||
110+
| `VueUiSparkbar` | `VueUiSparkbarDatasetItem[]` | `VueUiSparkbarConfig` | `@selectDatapoint` | ||
111+
| `VueUiSparkStackbar` | `VueUiSparkStackbarDatasetItem[]` | `VueUiSparkStackbarConfig` | `@selectDatapoint` | ||
112+
| `VueUiSparkHistogram` | `VueUiSparkHistogramDatasetItem[]` | `VueUiSparkHistogramConfig` | `@selectDatapoint` | ||
113+
| `VueUiSparkGauge` | `VueUiSparkGaugeDataset` | `VueUiSparkGaugeConfig` || ||
114+
| `VueUiSparkTrend` | `number[]` | `VueUiSparkTrendConfig` || ||
115115

116116
### Charts
117117

0 commit comments

Comments
 (0)