Any plans to add charts to Quasar?
-
Like line charts, area charts, … It is do-able to use others (with some efforts) but it would be cool if it is “natively” supported within Quasar.
-
There is quite a few of chart libs for VueJS which makes me think it is not necessary to add it to quasar
-
Check out https://github.com/xlsdg/vue-echarts-v3 - we’re using ECharts in our application (www.projectfinance.io) and it’s very nice. Well documented at https://ecomfe.github.io/echarts-doc/public/en/api.html#echarts, actively developed (supported by Baidu).
-
I was easily able to use Highcharts as well (https://www.highcharts.com/)