Skip to content

Commit

Permalink
Utiliser une ancienne version de chart.js car avec 4.0.1 les graphes …
Browse files Browse the repository at this point in the history
…vacillent
  • Loading branch information
hfroot committed Nov 28, 2022
1 parent fcaaa3b commit e69172c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/views/territoire/flux.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<p class="fr-text--sm fr-mt-1w"><a href="https://docs.datagir.ademe.fr/documentation-aldo/flux/occupation-du-sol-et-foret" target="_blank" rel="noopener noreferrer">En savoir plus sur les méthodes de calculs</a></p>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@3"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels@2"></script>
<script>
Chart.register(ChartDataLabels);
Expand Down
2 changes: 1 addition & 1 deletion front/views/territoire/stocks.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</p>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@3"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels@2"></script>
<script>
Chart.register(ChartDataLabels);
Expand Down

1 comment on commit e69172c

@hfroot
Copy link
Contributor Author

@hfroot hfroot commented on e69172c Nov 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P-e relié : chartjs/Chart.js#10890

Please sign in to comment.