areski / django-nvd3

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

Log scale and adding extra settings #19

Closed zebulon2 closed 10 years ago

zebulon2 commented 10 years ago

Hi, I would like to be able to graph my X axis with a log scale on a lineChart. nvd3 offers this feature, using: chart.xScale(d3.scale.log()); Is it possble to add this to django-nvd3?

In a more general way, is there a way to pass supplementary settings so that they blend with the automatic building of the Githubissues.

  • Githubissues is a development platform for aggregating issues.