We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba11190 commit f32d989Copy full SHA for f32d989
‎src/BaseCharts/Bar.js‎
@@ -61,7 +61,7 @@ export default Vue.extend({
61
},
62
63
methods: {
64
- renderChart (data, options, type) {
+ renderChart (data, options) {
65
let chartOptions = mergeOptions(this.defaultOptions, options)
66
this._chart = new Chart(
67
this.$refs.canvas.getContext('2d'), {
0 commit comments