Open martinjdlabs opened 1 year ago
Creating graphs & charts is really complicated and there are lots of other libraries that have been doing this for years like https://github.com/apertureless/vue-chartjs, we are not planning to add this in @nuxt/ui
.
Hey @benjamincanac it would be easier for me as a user accessing the charts also from nuxt ui. The one you talked about does not look good honestly and integrating some like https://github.com/radix-vue/shadcn-vue sucks . The Nuxt UI having all component will be easier and more convenient for the user.
I've been having a good experience with https://unovis.dev/ when building the Nuxt UI Pro - Dashboard template (https://github.com/nuxt-ui-pro/dashboard) so we might do something on top of this once v3
is out 😊
That will be great. Thanks for making my developer life easier. Nuxt UI has been an awesome tool .
Just wanted to add onto this: I also believe this will be an incredible thing to add. Having a centralized UI library designed for Nuxt is already great because of all the Nuxt-exclusive optimizations that are possible to be made which other libraries cannot benefit from. Having said UI library be as extensive and thorough as possible would ensure that there will not be a need for additional external design libraries, which will increase bundle size and may not benefit from all the Nuxt-exclusive optimizations due to them not being Nuxt-exclusive.
Description
It would be nice if you could add the possibility to create graphs and charts.
Additional context
No response