Skip to content

Commit 0f9a778

Browse files
committed
VueUiMoodRadar added component
1 parent f974502 commit 0f9a778

14 files changed

+945
-60
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
![GitHub issues](https://img.shields.io/github/issues/graphieros/vue-data-ui)
1515
![NPM](https://img.shields.io/npm/l/vue-data-ui)
1616
![npm](https://img.shields.io/npm/dt/vue-data-ui)
17-
![Static Badge](https://img.shields.io/badge/components-31-green)
17+
![Static Badge](https://img.shields.io/badge/components-32-green)
1818

1919
[Interactive documentation](https://vue-data-ui.graphieros.com/)
2020

@@ -42,6 +42,7 @@ Available components:
4242
- [VueUiWheel](https://vue-data-ui.graphieros.com/docs#vue-ui-wheel)
4343
- [VueUiTiremarks](https://vue-data-ui.graphieros.com/docs#vue-ui-tiremarks)
4444
- [VueUiDonutEvolution](https://vue-data-ui.graphieros.com/docs#vue-ui-donut-evolution)
45+
- [VueUiMoodRadar](https://vue-data-ui.graphieros.com/docs#vue-ui-mood-radar)
4546

4647

4748
## Mini charts

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: 3 additions & 2 deletions
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.41",
4+
"version": "1.9.42",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [
@@ -34,7 +34,8 @@
3434
"rings",
3535
"wheel",
3636
"tiremarks",
37-
"donut evolution"
37+
"donut evolution",
38+
"mood radar"
3839
],
3940
"author": "Alec Lloyd Probert",
4041
"repository": {

0 commit comments

Comments
 (0)