Bugfix: Improve polyfill function of log10 to return whole powers of 10 (#5275)
* Bugfix: Improve polyfill function of log10 to return whole powers of 10
as integer values, as it caused endless loop in IE11 in the tick
creation loop.
* Compare floating-point numbers directly instead of using unnecessary division. J
jcopperfield committed
c2a5b1237635875b20c46d47577355ced733db14
Parent: c90cf2e
Committed by Evert Timberg <evert.timberg+github@gmail.com>
on 2/20/2018, 11:44:01 PM