You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running the python code the below output is given:
python line-graph.py
Traceback (most recent call last):
File "line-graph.py", line 9, in <module>
chart.add_serie(y=ydata, x=xdata, name='sine', extra=extra_serie, **kwargs1)
NameError: name 'kwargs1' is not defined
Version of D3 and and NVD3 as reported by Bower are as follows:
NVD3 = 1.8.5
D3 = 3.5.17
The text was updated successfully, but these errors were encountered:
Hi guys,
Just looking at the example given here: http://python-nvd3.readthedocs.io/en/latest/classes-doc/line-chart.html. Running the code:
when running the python code the below output is given:
Version of D3 and and NVD3 as reported by Bower are as follows:
NVD3 = 1.8.5
D3 = 3.5.17
The text was updated successfully, but these errors were encountered: