We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457653e commit 6f3a017Copy full SHA for 6f3a017
drf_api_logger/templates/charts_change_list.html
@@ -13,7 +13,7 @@
13
14
const chartData = [
15
{% for item in analytics %}
16
- {"date": "{{ item.added_on__date }}", "y": {{ item.total }}},
+ {"date": "{{ item.added_on__date.isoformat }}", "y": {{ item.total }}},
17
{% endfor %}
18
];
19
0 commit comments