Logarithmic y axis with morris.js
I'm trying to get a logarithmic scale for the y-axis of a morris.js line chart. http://www.oesmith.co.uk/morris.js/lines.html I already tried playing with the yLabelFormat option, but it's not what I need. Any hint is appreciated. If there is no way of doing this with morris.js, you can suggest another lightweight javascript library to make simple line charts with logarithmic scale. You can extend Morris and modify the transY function to do the logarithmic scale. I also added the gridIntegers parameter to have only integers on the y-Axis. Remove the code after the transY function if you want