areski / django-nvd3

Django wrapper for nvd3 - It's time for beautiful charts
Other
416 stars 124 forks source link

log scale #9

Closed sal2row closed 10 years ago

sal2row commented 10 years ago

Hi, is there an already put-in-place way to switch to log scale on the axes? if not, do you have any particular suggestion to give for implementing it? thanks a lot

areski commented 10 years ago

log scale? are you referring to logarithmic ? http://en.wikipedia.org/wiki/Logarithmic_scale

sal2row commented 10 years ago

logarithmic indeed, sorry for the short notation

areski commented 10 years ago

I will advice to look how this can be done on nvd3 (http://nvd3.org/) if it's possible there, then we should be able to port it on django-nvd3