Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Can't plot zero or subzero values on a logarithmic axis

This error occurs in the following situations:

  • If a zero or subzero data value is added to a logarithmic axis

  • If the minimum of a logarithimic axis is set to 0 or less

  • If the threshold is set to 0 or less

Note: As of Highcharts 5.0.8 it's possible to bypass this error message by setting Axis.prototype.allowNegativeLog to true, and add custom conversion functions. View live demo.