File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments