/echarts-quasar

Adding Charts in Quasar

Primary LanguageVue

Quasar echarts Demo

This repo is created for an article I wrote about how to add charts in the Quasar app. This code shows how you can add a bar chart, pie chart, line chart and scatter plot.

You can read my article here.

Alt text

Project setup

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.