Skip to content

Commit f32d989

Browse files
committed
🔥 Remove deprecated type argument in barchart
The BarChart got splitted into HorizontalBar and Bar, so the type is not nessasary anymore.
1 parent ba11190 commit f32d989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/BaseCharts/Bar.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default Vue.extend({
6161
},
6262

6363
methods: {
64-
renderChart (data, options, type) {
64+
renderChart (data, options) {
6565
let chartOptions = mergeOptions(this.defaultOptions, options)
6666
this._chart = new Chart(
6767
this.$refs.canvas.getContext('2d'), {

0 commit comments

Comments
 (0)