Trying to use react-vis treemap

This commit is contained in:
thomasjm 2024-02-02 22:11:10 -08:00
parent 60b7751767
commit c272ea5d9d
3 changed files with 2442 additions and 11691 deletions

14130
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,6 +33,7 @@
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-dom": "^17.0.2",
"react-vis": "^1.12.1",
"tachyons": "^4.12.0",
"typescript": "^4.3.5"
}

View File

@ -2,7 +2,7 @@
import {size} from "lodash";
import {Treemap as RVTreeMap} from "react-vis";
import "react-vis/dist/style.css";
import * as styles from "react-vis/dist/style.css";
// import {formatBytes, formatTime} from "./Util";