|
9 | 9 | # vue-data-ui |
10 | 10 |
|
11 | 11 | [](https://github.com/graphieros/vue-data-ui) |
12 | | -[](https://github.com/graphieros/vue-data-ui) |
| 12 | +[](https://github.com/graphieros/vue-data-ui) |
13 | 13 | [](https://github.com/graphieros/vue-data-ui/issues) |
14 | 14 | [](https://github.com/graphieros/vue-data-ui?tab=MIT-1-ov-file#readme) |
15 | 15 | [](https://madewithvuejs.com/p/vue-data-ui/shield-link) |
@@ -65,6 +65,7 @@ Available components |
65 | 65 | - [VueUiSparkStackbar](https://vue-data-ui.graphieros.com/docs#vue-ui-sparkstackbar) |
66 | 66 | - [VueUiSparkTrend](https://vue-data-ui.graphieros.com/docs#vue-ui-spark-trend) |
67 | 67 | - [VueUiGizmo](https://vue-data-ui.graphieros.com/docs#vue-ui-gizmo) |
| 68 | +- [VueUiBullet](https://vue-data-ui.graphieros.com/docs#vue-ui-bullet) |
68 | 69 |
|
69 | 70 | ## 3d |
70 | 71 |
|
@@ -392,15 +393,16 @@ From the dataset you pass into the props, this component will produce the most a |
392 | 393 |
|
393 | 394 | ### Mini charts |
394 | 395 |
|
395 | | -| Name | dataset type | config type | emits / exposed methods | slots | custom tooltip | themes | |
396 | | -| --------------------- | ---------------------------------- | --------------------------- | ----------------------- | ----------------------- | -------------- | ------ | |
397 | | -| `VueUiSparkline` | `VueUiSparklineDatasetItem[]` | `VueUiSparklineConfig` | `@selectDatapoint` | `#svg`, `#before` | ❌ | ✅ | |
398 | | -| `VueUiSparkbar` | `VueUiSparkbarDatasetItem[]` | `VueUiSparkbarConfig` | `@selectDatapoint` | `#data-label`, `#title` | ❌ | ✅ | |
399 | | -| `VueUiSparkStackbar` | `VueUiSparkStackbarDatasetItem[]` | `VueUiSparkStackbarConfig` | `@selectDatapoint` | ❌ | ❌ | ✅ | |
400 | | -| `VueUiSparkHistogram` | `VueUiSparkHistogramDatasetItem[]` | `VueUiSparkHistogramConfig` | `@selectDatapoint` | ❌ | ❌ | ✅ | |
401 | | -| `VueUiSparkGauge` | `VueUiSparkGaugeDataset` | `VueUiSparkGaugeConfig` | ❌ | ❌ | ❌ | ✅ | |
402 | | -| `VueUiSparkTrend` | `number[]` | `VueUiSparkTrendConfig` | ❌ | ❌ | ❌ | ✅ | |
403 | | -| `VueUiGizmo` | `VueUiGizmoDataset` | `VueUiGizmoConfig` | ❌ | ❌ | ❌ | ❌ | |
| 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` | ❌ | ✅ | |
404 | 406 |
|
405 | 407 | ### Charts |
406 | 408 |
|
|
0 commit comments