django-nvd3
django-nvd3 copied to clipboard
Django wrapper for nvd3 - It's time for beautiful charts
I am using lineWithFocusChart to show two series. However, it seems that when both series are enabled, I end up with the chart using the max and min values (of...
Hi, I am testing lineChart and was wondering how to pass a lot of data time courses without impairing too much the performance. I have seen that the data is...
I tried the django-nvd3 pieChart example and the chart layout seems to break when mixing values above and below zero. The following code is generated: ``` javascript $(function(){nv.addGraph(function() { var...
Hi, I am using Django 1.5.4, python 2.7 and django-nvd3 0.6.0, to show statistics for users. Here is example of data I am passing to chart: data = { 'charttype':...