%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/ugotscom/bos_naturals/resources/js/components/
Upload File :
Create Path :
Current File : /home/ugotscom/bos_naturals/resources/js/components/customers_line.vue




<script>
import { Line } from 'vue-chartjs'

export default {
  extends: Line,
  data: () => ({
    chartdata: {
      labels: ['January', 'February','March','April','May','June','July','August','Sept','Oct','Nov','Dec'],
      datasets: [
        {
          label: 'Customer Acquisition Growth',
          backgroundColor: '#f87979',
          data: [10, 20,42,95,40,88,45,69,27,55],
          fill: false,
    borderColor: 'rgb(75, 192, 192)',
    tension: 0.1
        }
      ]
    },
    options: {
      responsive: true,
      maintainAspectRatio: false
    }
  }),

  mounted () {
    this.renderChart(this.chartdata, this.options)
  }
}

</script>

Zerion Mini Shell 1.0