Skip to content

Commit d071d41

Browse files
committed
Update docs
1 parent dc4cd73 commit d071d41

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# vue-data-ui
1010

1111
![npm](https://img.shields.io/npm/v/vue-data-ui)
12-
![Static Badge](https://img.shields.io/badge/components-55-blue)
12+
![Static Badge](https://img.shields.io/badge/components-56-blue)
1313
![GitHub issues](https://img.shields.io/github/issues/graphieros/vue-data-ui)
1414
[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE)
1515
[![MadeWithVueJs.com shield](https://madewithvuejs.com/storage/repo-shields/4526-shield.svg)](https://madewithvuejs.com/p/vue-data-ui/shield-link)
@@ -63,6 +63,7 @@ Available components
6363
- [VueUiSparkline](https://vue-data-ui.graphieros.com/docs#vue-ui-sparkline)
6464
- [VueUiSparkStackbar](https://vue-data-ui.graphieros.com/docs#vue-ui-sparkstackbar)
6565
- [VueUiSparkTrend](https://vue-data-ui.graphieros.com/docs#vue-ui-spark-trend)
66+
- [VueUiGizmo](https://vue-data-ui.graphieros.com/docs#vue-ui-gizmo)
6667

6768
## 3d
6869

@@ -380,6 +381,7 @@ From the dataset you pass into the props, this component will produce the most a
380381
| `VueUiSparkHistogram` | `VueUiSparkHistogramDatasetItem[]` | `VueUiSparkHistogramConfig` | `@selectDatapoint` ||||
381382
| `VueUiSparkGauge` | `VueUiSparkGaugeDataset` | `VueUiSparkGaugeConfig` |||||
382383
| `VueUiSparkTrend` | `number[]` | `VueUiSparkTrendConfig` |||||
384+
| `VueUiGizmo` | `VueUiGizmoDataset` | `VueUiGizmoConfig` |||||
383385

384386
### Charts
385387

documentation/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ From the dataset you pass into the props, this component will produce the most a
137137
| `VueUiSparkHistogram` | `VueUiSparkHistogramDatasetItem[]` | `VueUiSparkHistogramConfig` | `@selectDatapoint` ||||
138138
| `VueUiSparkGauge` | `VueUiSparkGaugeDataset` | `VueUiSparkGaugeConfig` |||||
139139
| `VueUiSparkTrend` | `number[]` | `VueUiSparkTrendConfig` |||||
140+
| `VueUiGizmo` | `VueUiGizmoDataset` | `VueUiGizmoConfig` |||||
140141

141142
### Charts
142143

0 commit comments

Comments
 (0)