normalize prec, flux and river width

This commit is contained in:
Azgaar 2021-12-30 18:49:36 +03:00 committed by Peter
parent c2a9e4ad5d
commit 2b481caa84
3 changed files with 2 additions and 3 deletions

View file

@ -545,7 +545,6 @@ function togglePrec(event) {
function drawPrec() {
prec.selectAll("circle").remove();
const {cells, points} = grid;
prec.style("display", "block");
const show = d3.transition().duration(800).ease(d3.easeSinIn);
prec.selectAll('text').attr('opacity', 0).transition(show).attr('opacity', 1);