Skip to content

Commit

Permalink
Stop drawing radialLinear scale twice (chartjs#6007)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle authored and simonbrunel committed Jan 23, 2019
1 parent f59e039 commit 4e5aedd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/core.controller.js
Expand Up @@ -584,10 +584,6 @@ helpers.extend(Chart.prototype, /** @lends Chart */ {
box.draw(me.chartArea);
}, me);

if (me.scale) {
me.scale.draw();
}

me.drawDatasets(easingValue);
me._drawTooltip(easingValue);

Expand Down
Binary file modified test/fixtures/scale.radialLinear/border-dash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/scale.radialLinear/circular-border-dash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/fixtures/scale.radialLinear/indexable-gridlines.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e5aedd

Please sign in to comment.