Skip to content
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

Closed
wants to merge 2 commits into from
Closed

feat(ui): Treemap component #1647

wants to merge 2 commits into from

Conversation

vio
Copy link
Member

@vio vio commented Oct 10, 2021

rel: #623, #622

@relativeci
Copy link

relativeci bot commented Oct 28, 2021

Job #4166: Bundle Size — 330.51KB (+1.07%).

8942681 vs 4508703

Changed metrics (4/8)
Metric Current Baseline
Initial JS 295.9KB(+1%) 292.97KB
Initial CSS 34.61KB(+1.63%) 34.06KB
Cache Invalidation 36.3% 28.33%
Modules 673(+0.75%) 668
Changed assets by type (2/7)
            Current     Baseline
CSS 34.61KB (+1.63%) 34.06KB
JS 295.9KB (+1%) 292.97KB

View Job #4166 report on app.relative-ci.com

@relativeci
Copy link

relativeci bot commented Mar 13, 2022

Job #7780: Bundle Size — 294.93KiB (0%).

68680cd(current) vs 1d8055c master#7773(baseline)

Metrics (1 change)
                 Current
Job #7780
     Baseline
Job #7773
Initial JS 263.09KiB 263.09KiB
Initial CSS 31.84KiB 31.84KiB
Cache Invalidation 0% 29.2%
Chunks 3 3
Assets 4 4
Modules 558 558
Duplicate Modules 0 0
Duplicate Code 0% 0%
Packages 27 27
Duplicate Packages 0 0
Total size by type (no changes)
                 Current
Job #7780
     Baseline
Job #7773
CSS 31.84KiB 31.84KiB
Fonts 0B 0B
HTML 0B 0B
IMG 0B 0B
JS 263.09KiB 263.09KiB
Media 0B 0B
Other 0B 0B

View job #7780 reportView tree-map-component branch activity

return;
}

const width = containerRef?.current?.clientWidth || 640;

Check notice

Code scanning / CodeQL

Unused variable, import, function or class

Unused variable width.
}

const width = containerRef?.current?.clientWidth || 640;
const height = containerRef?.current?.clientHeight || 210;

Check notice

Code scanning / CodeQL

Unused variable, import, function or class

Unused variable height.
@vio vio closed this Jun 26, 2024
@vio vio deleted the tree-map-component branch June 26, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant