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 +6 -0
- package/dist/{index-e8624911.js → index-56582bb9.js} +10158 -9837
- package/dist/{index.es-742f517c.js → index.es-d1bbcff6.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/types/vue-data-ui.d.ts +65 -0
- package/dist/vue-data-ui.js +25 -24
- package/package.json +3 -2
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).
|