Nuxt 3 Charts
Hi everyone!
I'm working on a project in Nuxt 3 and am looking for recommendations for a charts library. I'd love to hear your experiences with different libraries, especially ones that are well-suited for data visualization with modern design and easy to integrate. Any suggestions would be greatly appreciated!
Thanks in advance! ✨
7 Replies
Mostly using chartjs for free stuff and paid highcharts for company stuff (both of them work great).
Tried apex charts years ago, ditched it due to performance issues (I have no clue how it behaves nowadays).
Just make sure to wrap your chart components with a
<ClientOnly>
to get around server/client rendering issues and you should be good to go.Great question. I haven't found yet a chart library, that I actually liked. I've used Chart.js few times, but was having hard time adjusting the styles to match a modern design, like the one you provided.
Anyone have experience with more modern charts?
Unovis
A framework-independent data vis library for the web
Didn't know this one, it looks promising, thanks
@emsitkowski @tobi @domo Thanks for your answers, I really appreciate them and would like to apologize for not checking them before.
Also, I've been using Chart.js, but I wanted to see if there was another library we could use with Nuxt. In the end, I realized that it was possible to create modern charts with Chart.js since it offers a ton of customization options
Here is what I ended up doing. I am still trying to learn how to create modern charts, but I’m happy with this one.
once more, thanks to everyone for replying ✨
looks really nice and clean!