Skip to content

Commit

Permalink
fixing percentage mode extents
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Mar 22, 2017
1 parent 3aa5938 commit 6c41c41
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 6c41c41

Please sign in to comment.