Skip to content

Commit

Permalink
Remove duplicate configure() call
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Hunt committed May 13, 2019
1 parent 74e66f4 commit 44a5432
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/annotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ module.exports = function(Chart) {
element.transition(easingDecimal).draw();
});
elements.forEach(function(element) {
element.configure();
element.transition(easingDecimal).drawLabel();
});
};
Expand Down

0 comments on commit 44a5432

Please sign in to comment.