-
Notifications
You must be signed in to change notification settings - Fork 35
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
FR: Support missing/partial groups in the data #45
Comments
Can you create a fiddle reproducing the issue? |
🤦 the main problem I had was a typo in a group name. I noticed when creating the fiddle. Anyway, this is a fiddle to reproduce the kind of visualization I'm trying to build: https://codesandbox.io/s/snowy-glade-bzg1t?file=/src/index.js The Another nice feature, which probably can be tracked in another issue, is the possibility to express rect sizes with another property. |
Not sure I follow, opposed to color? |
No. |
Oh right, so that would need to be summed up too. Can you open another issue for that? |
Still delaying this one to get other things out. |
Hi 👋
I'm using this library to visualize a coverage map for a project.
I'm mapping path folders to groups in order to have a hierarchical map, but folder nesting is not uniform, resulting in a weird result in the final map.
I've tried already to set thee missing group properties to
''
orundefined
but results were not as expected - lots of duplication.It would be nice to natively support this kind of hierarchical grouping, or having a flag to enable it.
Example data:
The text was updated successfully, but these errors were encountered: