-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New viz: treemap #344
New viz: treemap #344
Conversation
I loaded it up and it looks/works great. I like the support for multi-metrics as well. This is solid! Tooltips showing the full path could be great but that may be a lot of event listeners. Could be optional. |
👍 definitely agree there should be a way of showing nesting levels and values, could even be similar to the sunburst chart. I'll have a go at beautifying it in the next couple of days if no one does before me |
…pache#344) Bumps [@airbnb/config-typescript](https://github.com/airbnb/nimbus) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/airbnb/nimbus/releases) - [Changelog](https://github.com/airbnb/nimbus/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/nimbus/compare/@airbnb/[email protected]...@airbnb/[email protected]) Signed-off-by: dependabot-preview[bot] <[email protected]>
…pache#344) Bumps [@airbnb/config-typescript](https://github.com/airbnb/nimbus) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/airbnb/nimbus/releases) - [Changelog](https://github.com/airbnb/nimbus/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/nimbus/compare/@airbnb/[email protected]...@airbnb/[email protected]) Signed-off-by: dependabot-preview[bot] <[email protected]>
…pache#344) Bumps [@airbnb/config-typescript](https://github.com/airbnb/nimbus) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/airbnb/nimbus/releases) - [Changelog](https://github.com/airbnb/nimbus/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/nimbus/compare/@airbnb/[email protected]...@airbnb/[email protected]) Signed-off-by: dependabot-preview[bot] <[email protected]>
…pache#344) Bumps [@airbnb/config-typescript](https://github.com/airbnb/nimbus) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/airbnb/nimbus/releases) - [Changelog](https://github.com/airbnb/nimbus/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbnb/nimbus/compare/@airbnb/[email protected]...@airbnb/[email protected]) Signed-off-by: dependabot-preview[bot] <[email protected]>
Hi,
This PR adds a treemap visualisation for hierarchical data (see screencap in commit).
Would appreciate if someone could run the test script to confirm my slice creation - I am on a windows machine at the moment and having some trouble.
Treemap is not as beautiful as I would like but shouldn't be difficult to improve going forward.
@mistercrunch I've been having a think about how we might be able to make it easier adding visualisations - I'll make an issue to discuss.