Simple mimic-treemap visualizer
- All retangle height are fixed
- Maximum 50 data entries (
[{ name, value, weight }...]
) - Row input filtering available
- No build process required, just open browser
- Up-to-date syntax: ECMAScript module style
It's raw implementation, no libraries or frameworks are used
You will need a static webserver to host index.html
in order to view it, install your favourite one into project dir, or follow below steps
Open terminal / cmd, navigate to the project, then:
-
npm install && npm run serve
- Open browser, and browse to http://localhost:5000