Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

pratik227/echarts-quasar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.