Quasar ECharts Sample Application
-
Hello Guys,
I made Sample Project with Quasar V1 and ECharts.
we use the npm packages:
- echarts
- vue-echarts-v3
Github: https://github.com/pratik227/quasar-echarts
Demo :
-
Hello Guys, I have updated the Quasar Echarts demo app with Echarts v5.You can access it using the following URL.
Github - https://github.com/pratik227/quasar-echarts
Demo - https://quasar-echarts-v5.netlify.app/
-
@pratik-patel Nice work, bro. May I know how did you deal with RWD of those charts, since I viewed those charts’ width were changed along with the window’s width?
-
I have used the QResizeObserver and on resize method I use the chart reference and then called the resize method
this.line_chart.resize();