Skip to content

Commit

Permalink
Added svg slot in most chart components
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Dec 30, 2023
1 parent c53ce04 commit ccc52fc
Show file tree
Hide file tree
Showing 25 changed files with 260 additions and 57 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ Types are available in the 'vue-data-ui.d.ts' file under the types directory of

## Nuxt
[This repo contains a boilerplate implementation of the vue-data-ui package in Nuxt](https://github.com/graphieros/vue-data-ui-nuxt)

# Slots
Most Vue Data UI chart components include a #svg slot you can use to introduce customized svg elements (shapes, text, etc).
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-data-ui",
"private": false,
"version": "1.9.43",
"version": "1.9.44",
"type": "module",
"description": "A user-empowering data visualization Vue components library",
"keywords": [
Expand Down
Loading

0 comments on commit ccc52fc

Please sign in to comment.