Skip to content

Commit

Permalink
Remove unused rectangle._options
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel committed Oct 24, 2018
1 parent 8bb458c commit dd33a8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/controller.bar.js
Expand Up @@ -221,7 +221,6 @@ module.exports = function(Chart) {
rectangle._yScale = me.getScaleForId(meta.yAxisID);
rectangle._datasetIndex = me.index;
rectangle._index = index;
rectangle._options = options;
rectangle._model = {
backgroundColor: options.backgroundColor,
borderColor: options.borderColor,
Expand Down

0 comments on commit dd33a8e

Please sign in to comment.