Skip to content

Commit

Permalink
fixing percentage mode extents
Browse files Browse the repository at this point in the history
Backports PR #10843

**Commit 1:**
fixing percentage mode extents

* Original sha: 6c41c41
* Authored by ppisljar <peter.pisljar@gmail.com> on 2017-03-22T12:48:06Z
  • Loading branch information
elastic-jasper committed Mar 24, 2017
1 parent f3a87de commit 509ad52
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 509ad52

Please sign in to comment.