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 11Changelog
22=========
33
4- 2.1.0 (unreleased )
4+ 2.1.0 (2020-05-06 )
55------------------
66
7- - Nothing changed yet .
7+ - Add get_dataset_options method .
88
99
10102.0.0 (2020-01-17)
Original file line number Diff line number Diff line change 1- ##############
21Django Chartjs
32##############
43
@@ -105,10 +104,10 @@ A simple Line Chart example.
105104
106105 line_chart = TemplateView.as_view(template_name = ' line_chart.html' )
107106 line_chart_json = LineChartJSONView.as_view()
108-
107+
109108
110109 3. Update urls.py with the new urls for TemplateView and AJAX call 'line_chart_json' as in chart.html
111- ++++++++++++++++++++++++++++
110+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
112111
113112.. code-block :: python
114113
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