-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat(ui): Treemap component #1647
Conversation
7e5ec21
to
d0bb03e
Compare
Job #4166: Bundle Size — 330.51KB (+1.07%).Changed metrics (4/8)
Changed assets by type (2/7)
|
d0bb03e
to
8942681
Compare
Job #7780: Bundle Size — 294.93KiB (0%).
Metrics (1 change)
Total size by type (no changes)
View job #7780 report View tree-map-component branch activity |
e19828b
to
68680cd
Compare
return; | ||
} | ||
|
||
const width = containerRef?.current?.clientWidth || 640; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class
} | ||
|
||
const width = containerRef?.current?.clientWidth || 640; | ||
const height = containerRef?.current?.clientHeight || 210; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class
rel: #623, #622