mirror of
				https://github.com/KevinMidboe/vue-chartjs.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	Merge pull request #135 from apertureless/patch/122
🐛 Fix #122 reactive mixin
This commit is contained in:
		@@ -54,6 +54,8 @@ module.exports = {
 | 
			
		||||
            chart.destroy()
 | 
			
		||||
            this.renderChart(this.chartData, this.options)
 | 
			
		||||
          }
 | 
			
		||||
        } else {
 | 
			
		||||
          this.renderChart(this.chartData, this.options)
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -54,6 +54,8 @@ module.exports = {
 | 
			
		||||
            chart.destroy()
 | 
			
		||||
            this.renderChart(this.chartData, this.options)
 | 
			
		||||
          }
 | 
			
		||||
        } else {
 | 
			
		||||
          this.renderChart(this.chartData, this.options)
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user