0.1.7 • Published 4 years ago

quasar-components-chart v0.1.7

Weekly downloads
62
License
-
Repository
github
Last release
4 years ago

download chartjs-tutsplus

quasar-components-chart

Install

  • npm install: npm i quasar-components-chart --save

How to use

You need to import the component

import QChart from 'quasar-components-chart'

Now you need to register the component

import QChart from "chart.js";

export default {
  components: { QChart },
  data() {
    return {};
  }
}

You can use the component

<q-chart 
  identifier="myChart"
  stilo="height:30vh; width: 100%"
  :type="line"
  :labels="labels"
  :datasets="datasets"
  :options="options"
/>        
0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago