Commit 7ef5bc95b61aba09a731a6a2232d4998894a2554

Authored by Antoine Goutenoir
1 parent 7ef46bb7
Exists in master

chore: rename another js plot

flaskr/static/js/plots/equidistant-emissions-map.js renamed to flaskr/static/js/plots/emissions-equidistant-map.js
1 -function draw_equidistant_emissions_map(containerSelector, csvUrl) { 1 +function draw_emissions_equidistant_map(containerSelector, csvUrl) {
2 let margin = {top: 48, right: 88, bottom: 68, left: 98}, 2 let margin = {top: 48, right: 88, bottom: 68, left: 98},
3 width = 960 - margin.left - margin.right, 3 width = 960 - margin.left - margin.right,
4 height = 540 - margin.top - margin.bottom; 4 height = 540 - margin.top - margin.bottom;