After doing confMat.embed("matContainer", spec, confusions);, the styles are all wrong so I had to do import "@apple/hierarchical-confusion-matrix/package/style.css";+ had to manually copy and paste the https://github.com/apple/ml-hierarchical-confusion-matrix/blob/main/static/global.css as well, which doesn't seem to be included in the npm package.
I'm being stupid right? There is an easier way or something I missed? Thank you!