Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
loicbourgois committed Jan 28, 2018
1 parent 8de5a31 commit 87929a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/controller.bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ module.exports = function(Chart) {

updateElement: function(rectangle, index, reset) {
var me = this;
var meta = me.getMeta();
var chart = me.chart;
var meta = me.getMeta();
var dataset = me.getDataset();

rectangle._xScale = me.getScaleForId(meta.xAxisID);
Expand Down

0 comments on commit 87929a4

Please sign in to comment.