mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-09 17:02:46 +02:00
fix graph list
This commit is contained in:
parent
aae37c6ce0
commit
cc6c991090
2 changed files with 3 additions and 3 deletions
|
@ -481,8 +481,8 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/chartjs-adapter-date-fns/dist/chartjs-adapter-date-fns.bundle.min.js"></script>
|
||||
|
||||
<script>
|
||||
const countData = {{ count_data|raw }};
|
||||
const completionData = {{ completion_data|raw }};
|
||||
const countData = {{ count_data|json_encode|raw }};
|
||||
const completionData = {{ completion_data|json_encode|raw }};
|
||||
|
||||
// Mettre à jour les statistiques
|
||||
function updateStats() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue