Commit 7ef5bc95b61aba09a731a6a2232d4998894a2554
1 parent
7ef46bb7
Exists in
master
chore: rename another js plot
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | 2 | let margin = {top: 48, right: 88, bottom: 68, left: 98}, |
3 | 3 | width = 960 - margin.left - margin.right, |
4 | 4 | height = 540 - margin.top - margin.bottom; | ... | ... |