nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.15k stars 554 forks source link

Graphs & charts #978

Open martinjdlabs opened 1 year ago

martinjdlabs commented 1 year ago

Description

It would be nice if you could add the possibility to create graphs and charts.

Additional context

No response

benjamincanac commented 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.

dynamic2code commented 4 months ago

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.

benjamincanac commented 4 months ago

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 😊

dynamic2code commented 4 months ago

That will be great. Thanks for making my developer life easier. Nuxt UI has been an awesome tool .

GalacticHypernova commented 2 months ago

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.