@@ -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
0 commit comments