Skip to content

Commit

Permalink
VueUiMoodRadar added component
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Dec 30, 2023
1 parent f974502 commit 0f9a778
Show file tree
Hide file tree
Showing 14 changed files with 945 additions and 60 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
![GitHub issues](https://img.shields.io/github/issues/graphieros/vue-data-ui)
![NPM](https://img.shields.io/npm/l/vue-data-ui)
![npm](https://img.shields.io/npm/dt/vue-data-ui)
![Static Badge](https://img.shields.io/badge/components-31-green)
![Static Badge](https://img.shields.io/badge/components-32-green)

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

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


## Mini charts
Expand Down
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.

5 changes: 3 additions & 2 deletions 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.41",
"version": "1.9.42",
"type": "module",
"description": "A user-empowering data visualization Vue components library",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,8 @@
"rings",
"wheel",
"tiremarks",
"donut evolution"
"donut evolution",
"mood radar"
],
"author": "Alec Lloyd Probert",
"repository": {
Expand Down
Loading

0 comments on commit 0f9a778

Please sign in to comment.