🔥 Remove deprecated type argument in barchart

The BarChart got splitted into HorizontalBar and Bar, so the type is not nessasary anymore.
This commit is contained in:
Jakub Juszczak
2017-04-21 16:16:31 +02:00
parent ba11190e39
commit f32d989334

View File

@@ -61,7 +61,7 @@ export default Vue.extend({
},
methods: {
renderChart (data, options, type) {
renderChart (data, options) {
let chartOptions = mergeOptions(this.defaultOptions, options)
this._chart = new Chart(
this.$refs.canvas.getContext('2d'), {