Reputation: 13357
I have tried setting
pointStart: 1
for each data series but I have three data series and cannot figure out how to scale the entire chart logarithmicly?
Fiddle -> http://jsfiddle.net/EwpWh/3/
Upvotes: 3
Views: 5124
Reputation: 45079
Remove min:0
from yAxis and set type:'logarithmic'
. See: http://jsfiddle.net/Fusher/EwpWh/4/
Upvotes: 6