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.
2 parents 457653e + 6f3a017 commit fe72880Copy full SHA for fe72880
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