HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.45k stars 529 forks source link

logarithmic scaling should default to base 10 - not Math.E #313

Open sebhaase opened 8 years ago

sebhaase commented 8 years ago

Why would it ever make sense to use base E when selecting tick marks when using logarithmic scaling!? I think the default should be changed to 10.

Also: the number of decimal places should be reduced to a reasonable number - right now something like 20 decimal places are shown.