webpack-contrib / webpack-bundle-analyzer

Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap
MIT License
12.58k stars 488 forks source link

Hide tooltip when hovering over the attribution group and between top level groups. #413

Closed stanislawosinski closed 3 years ago

valscion commented 3 years ago

Thanks! Would you be able to showcase the difference in behavior with a small screencap or something? It would make it easier to understand how this behavior has changed now ☺️

stanislawosinski commented 3 years ago

Before:

https://user-images.githubusercontent.com/628360/105147827-fb0d9b80-5b01-11eb-9c6a-f0241c86ed34.mp4

After:

https://user-images.githubusercontent.com/628360/105147856-0365d680-5b02-11eb-9713-0aa3e54a0b40.mp4

valscion commented 3 years ago

Nice, thank you! Looks great!

Would you be able to write a small note on the changelog about this?

th0r commented 3 years ago

Thanks!