refactor(es modules): dissolve general.js

This commit is contained in:
Azgaar 2022-06-30 00:17:28 +03:00
parent 9206f46c42
commit 2e4d142cf7
90 changed files with 802 additions and 749 deletions

View file

@ -1,5 +1,5 @@
import {rn} from "../utils/numberUtils";
import {parseTransform} from "/src/utils/stringUtils";
import {parseTransform} from "utils/stringUtils";
export function drawLegend(name, data) {
legend.selectAll("*").remove(); // fully redraw every time