areski / django-nvd3

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

Separate x for series #82

Open a-baturin opened 8 years ago

a-baturin commented 8 years ago

Hi Is it possible to add opportunity to use own x values for every serie? I need to draw something like: serie1 = [(0,1),(1,2),(2,3),(3,4)] serie2 = [(0,4),(2,3),(4,8)]