refactor(es modules): modulize utils

This commit is contained in:
Azgaar 2022-06-26 22:07:32 +03:00
parent b8ae515425
commit 4814bce58d
14 changed files with 99 additions and 83 deletions

View file

@ -2,6 +2,7 @@ import {dragLegendBox} from "../modules/legend";
import {findCell, findGridCell} from "../utils/graphUtils";
import {tip, showMainTip} from "./tooltips";
import {si, convertTemperature} from "@/utils/unitUtils";
import {debounce} from "@/utils/functionUtils";
export function restoreDefaultEvents() {
Zoom.setZoomBehavior();