Skip to content

Commit

Permalink
fixing percentage mode extents (#10843)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar authored Mar 24, 2017
1 parent ca6669b commit 6eb248c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/public/vislib/lib/axis/axis_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export default function AxisConfigFactory() {
// override axisFormatter (to replicate current behaviour)
if (this.isPercentage()) {
this._values.labels.axisFormatter = d3.format('%');
this._values.scale.defaultYExtents = true;
}

if (this.isLogScale()) {
Expand Down

0 comments on commit 6eb248c

Please sign in to comment.