Skip to content

Commit fef6ded

Browse files
committed
v2.1.80
1 parent 9987f97 commit fef6ded

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ The #tooltip-before & #tooltip-after slots also works when using the VueDataUi u
278278

279279
Available for the following components:
280280

281+
- VueUiQuickChart (for line & bar types only)
281282
- VueUiXy
282283
- VueUiCandlestick
283284

@@ -315,9 +316,9 @@ Type definitions are available in the `vue-data-ui.d.ts` file in the `dist/types
315316

316317
From the dataset you pass into the props, this component will produce the most adapted chart (either a line, bar or donut chart)
317318

318-
| Name | dataset type | config type | emits / exposed methods | slots | custom tooltip |
319-
| ----------------- | ------------------------ | ----------------------- | ------------------------------------------------------------------- | ---------------------------------------------- | -------------- |
320-
| `VueUiQuickChart` | `VueUiQuickChartDataset` | `VueUiQuickChartConfig` | `@selectDatapoint`, `@selectLegend`, `generatePdf`, `generateImage` | `#legend`, `#tooltip-before`, `#tooltip-after` ||
319+
| Name | dataset type | config type | emits / exposed methods | slots | custom tooltip |
320+
| ----------------- | ------------------------ | ----------------------- | ------------------------------------------------------------------- | --------------------------------------------------------------- | -------------- |
321+
| `VueUiQuickChart` | `VueUiQuickChartDataset` | `VueUiQuickChartConfig` | `@selectDatapoint`, `@selectLegend`, `generatePdf`, `generateImage` | `#legend`, `#tooltip-before`, `#tooltip-after`, `#reset-action` ||
321322

322323
### Mini charts
323324

documentation/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ Type definitions are available in the `vue-data-ui.d.ts` file in the `dist/types
9898

9999
From the dataset you pass into the props, this component will produce the most adapted chart (either a line, bar or donut chart)
100100

101-
| Name | dataset type | config type | emits / exposed methods | slots | custom tooltip |
102-
| ----------------- | ------------------------ | ----------------------- | ------------------------------------------------------------------- | ---------------------------------------------- | -------------- |
103-
| `VueUiQuickChart` | `VueUiQuickChartDataset` | `VueUiQuickChartConfig` | `@selectDatapoint`, `@selectLegend`, `generatePdf`, `generateImage` | `#legend`, `#tooltip-before`, `#tooltip-after` ||
101+
| Name | dataset type | config type | emits / exposed methods | slots | custom tooltip |
102+
| ----------------- | ------------------------ | ----------------------- | ------------------------------------------------------------------- | --------------------------------------------------------------- | -------------- |
103+
| `VueUiQuickChart` | `VueUiQuickChartDataset` | `VueUiQuickChartConfig` | `@selectDatapoint`, `@selectLegend`, `generatePdf`, `generateImage` | `#legend`, `#tooltip-before`, `#tooltip-after`, `#reset-action` ||
104104

105105
### Mini charts
106106

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "2.1.79",
4+
"version": "2.1.80",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
77
"keywords": [

0 commit comments

Comments
 (0)