Basics: Chartjs + VueJS

What charting packages are being used with VueJS these days? Chartjs seems prevalent. This lib that wraps Charjs up for VueJS seems up to date: https://github.com/apertureless/vue-chartjs, has anyone used it?

What are the alternatives?

Except for this one, AwesomeVue lists two alternative Chartjs wrappers - https://github.com/hchstera/vue-charts and https://github.com/miaolz123/vue-chart

Also Google Charts wrapper https://github.com/haydenbbickerton/vue-charts
and Highcharts https://github.com/weizhenye/vue-highcharts

I personally don’t use chart libraries so can’t tell which one would be preferable.

1 Like