%PDF- %PDF-
Direktori : /home/ugotscom/kma/node_modules/vue-chartjs/src/examples/ |
Current File : /home/ugotscom/kma/node_modules/vue-chartjs/src/examples/LineExample.js |
import { Line } from '../BaseCharts' export default { extends: Line, mounted () { this.renderChart({ labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July'], datasets: [ { label: 'Data One', backgroundColor: '#f87979', data: [40, 39, 10, 40, 39, 80, 40] } ] }, {responsive: true, maintainAspectRatio: false}) } }