Closed josh-gree closed 7 years ago
Here an example:
chart = lineChart(height=400, width=800, x_is_date=True, x_axis_format="%d %b %Y %H",
jquery_on_ready=True)
Here an other one from the doc http://python-nvd3.readthedocs.io/en/latest/classes-doc/line-chart.html
For the data format of the X axis one have to use x_axis_format
The date axis format required manually editing the javascript - I think it was just looking for the wrong keyword argument. This fixes the issue, I am not sure if it may need some other changes?