areski / python-nvd3

Python Wrapper for NVD3 - It's time for beautiful charts
Other
662 stars 192 forks source link

How to set lineChart's x_axis_format as string instead of date #130

Open doughng opened 8 years ago

doughng commented 8 years ago

I'm a complete noob, I've been exploring the x_axis_format of the lineChart. I want to use string instead of dates. How to go about this, which format should I use when constructing lineChart:

lineChart(name="lineChart-With-Interactive-Guideline",
                          height=400, width=800, x_is_date=False, x_axis_format=" ",
                        use_interactive_guideline=True)
piperod commented 7 years ago

Seems like you posted this question a while ago, did you ever get around the problem?