Commit 7ef46bb79423b648aadfce0f039aa4bc063baf87

Authored by Antoine Goutenoir
1 parent 796c40e3
Exists in master

chore: rename js plot

flaskr/static/js/plots/sorted_emissions_inequality.js renamed to flaskr/static/js/plots/sorted-emissions-inequality.js
flaskr/templates/estimation.html
... ... @@ -254,7 +254,7 @@
254 254 <script src="/static/js/vendor/d3-geo-projection.v2.min.js"></script>
255 255 <script src="/static/js/plots/utils.js"></script>
256 256 <script src="/static/js/plots/emissions-per-distance.js"></script>
257   -<script src="/static/js/plots/sorted_emissions_inequality.js"></script>
  257 +<script src="/static/js/plots/sorted-emissions-inequality.js"></script>
258 258 <script src="/static/js/plots/travel-legs-worldmap.js"></script>
259 259  
260 260 <script type="text/javascript">
... ...