vue-data-ui 1.9.43 → 1.9.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -51,6 +51,9 @@ Available components:
51
51
  - [VueUiSparkstackbar](https://vue-data-ui.graphieros.com/docs#vue-ui-sparkstackbar)
52
52
  - [VueUiSparkHistogram](https://vue-data-ui.graphieros.com/docs#vue-ui-sparkhistogram)
53
53
 
54
+ ## 3d
55
+ - [VueUi3dBar](https://vue-data-ui.graphieros.com/docs#vue-ui-3d-bar)
56
+
54
57
  ## Tables
55
58
  - [VueUiTable](https://vue-data-ui.graphieros.com/docs#vue-ui-table)
56
59
 
@@ -100,3 +103,6 @@ Types are available in the 'vue-data-ui.d.ts' file under the types directory of
100
103
 
101
104
  ## Nuxt
102
105
  [This repo contains a boilerplate implementation of the vue-data-ui package in Nuxt](https://github.com/graphieros/vue-data-ui-nuxt)
106
+
107
+ # Slots
108
+ Most Vue Data UI chart components include a #svg slot you can use to introduce customized svg elements (shapes, text, etc).