Skip to content

Commit

Permalink
Addition to the previous, allow negative values in log axes.
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Feb 8, 2017
1 parent 005a3b2 commit bafd7c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions errors/errors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<li>If the minimum of a logarithimic axis is set to 0 or less</li>
<li>If the threshold is set to 0 or less</li>
</ul>
As of Highcharts 5.0.8 it is possible to bypass this error message
by setting <code>Axis.prototype.allowNegativeLog</code> to
<code>true</code> and add custom conversion functions. <a
href="http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/samples/highcharts/yaxis/type-log-negative/">View live demo</a>.
</description>
</error>

Expand Down

0 comments on commit bafd7c9

Please sign in to comment.