Skip to content

Commit

Permalink
fix(core): backdrop resize with chart
Browse files Browse the repository at this point in the history
  • Loading branch information
natashadecoste committed Jul 17, 2019
1 parent 032afe9 commit bbc288d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/base-axis-chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ export class BaseAxisChart extends BaseChart {
// Draw the x & y grid
this.drawXGrid();
this.drawYGrid();

// Draw the backdrop
this.drawBackdrop();
}
Expand Down

0 comments on commit bbc288d

Please sign in to comment.