File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 2.1.0 (unreleased )
4
+ 2.1.0 (2020-05-06 )
5
5
------------------
6
6
7
- - Nothing changed yet .
7
+ - Add get_dataset_options method .
8
8
9
9
10
10
2.0.0 (2020-01-17)
Original file line number Diff line number Diff line change 1
- ##############
2
1
Django Chartjs
3
2
##############
4
3
@@ -105,10 +104,10 @@ A simple Line Chart example.
105
104
106
105
line_chart = TemplateView.as_view(template_name = ' line_chart.html' )
107
106
line_chart_json = LineChartJSONView.as_view()
108
-
107
+
109
108
110
109
3. Update urls.py with the new urls for TemplateView and AJAX call 'line_chart_json' as in chart.html
111
- ++++++++++++++++++++++++++++
110
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
112
111
113
112
.. code-block :: python
114
113
Original file line number Diff line number Diff line change 1
- 2.1.0.dev0
1
+ 2.1.0
You can’t perform that action at this time.
0 commit comments