Home Forums Report Bugs Breaking logarithmic yAxis for negative values Reply To: Breaking logarithmic yAxis for negative values

#24773

Hi @vishwas,

Thank you, for looking to it. But currently if there are data, that has a negative dataPoint and the axis is in logarithmic, then it should ideally skip that point or at-least not break that along with other series.

e.g. This is a comparison view of same data plotted against Highcharts and CanvasJS under similar conditions.
https://jsfiddle.net/AyanGhatak/Lst8ek6c/9/embedded/result,js

And as this is a generic error handling specific to every log axis implementation, would you consider putting this check on the library end ?

Thanks,
Ayan