Skip to content

Commit

Permalink
feat: add beforeAxisRender
Browse files Browse the repository at this point in the history
  • Loading branch information
simaQ committed Mar 5, 2018
1 parent 5957855 commit f3dedb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/f2",
"version": "3.1.1-beta.3",
"version": "3.1.1-beta.4",
"description": "A canvas library which providing 2d draw for G2.",
"keywords": [
"canvas",
Expand Down
1 change: 1 addition & 0 deletions src/chart/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ class Chart extends Base {
const xScale = this.getXScale();
const yScales = this.getYScales();
const coord = this.get('coord');
Chart.plugins.notify(this, 'beforeRenderAxis');
axisController.createAxis(coord, xScale, yScales);
}

Expand Down

0 comments on commit f3dedb5

Please sign in to comment.