peopledoc / django-chartjs

Django Class Based Views to generate Ajax charts js parameters.
Other
404 stars 112 forks source link

Refs CS-976 -- Adding get_x_axis_options to get something symmetric. #42

Closed DainDwarf closed 5 years ago

DainDwarf commented 5 years ago

For issue CS-976, I had to add some extra options to the x axis, and I discovered that class have a simple way to add yAxis options, but not xAxis.

So here it is!