Skip to content

Commit ccc52fc

Browse files
committed
Added svg slot in most chart components
1 parent c53ce04 commit ccc52fc

25 files changed

+260
-57
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,6 @@ Types are available in the 'vue-data-ui.d.ts' file under the types directory of
100100

101101
## Nuxt
102102
[This repo contains a boilerplate implementation of the vue-data-ui package in Nuxt](https://github.com/graphieros/vue-data-ui-nuxt)
103+
104+
# Slots
105+
Most Vue Data UI chart components include a #svg slot you can use to introduce customized svg elements (shapes, text, etc).

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": "1.9.43",
4+
"version": "1.9.44",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

0 commit comments

Comments
 (0)