mirror of
				https://github.com/KevinMidboe/vue-chartjs.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	Change example data
This commit is contained in:
		@@ -3,17 +3,12 @@ import BarChart from '../BaseCharts/Bar'
 | 
			
		||||
export default BarChart.extend({
 | 
			
		||||
  ready () {
 | 
			
		||||
    this.render({
 | 
			
		||||
      labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July'],
 | 
			
		||||
      labels: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
 | 
			
		||||
      datasets: [
 | 
			
		||||
        {
 | 
			
		||||
          label: 'Data One',
 | 
			
		||||
          backgroundColor: '#f87979',
 | 
			
		||||
          data: [40, 39, 10, 40, 39, 80, 40]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
          label: 'Data Two',
 | 
			
		||||
          backgroundColor: '#f87979',
 | 
			
		||||
          data: [0, 0, 0, 39.30, 39.30, 39.30]
 | 
			
		||||
          data: [40, 20, 12, 39, 10, 40, 39, 80, 40, 20, 12, 11]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user