feat: Added ChartLayout component + utils to correctly position Legends and Chart in the view (#10160)

* feat: added chartlayout component to render charts and legends

* fix: added fix for legenditemsSet calculation

* chore: added pulse frontend as codeowners for uplotv2

* chore: cleaned up the legend size calculations function

* chore: removed config from deps in charlayout

* fix: added fix for height calculation

* fix: pr review changes
This commit is contained in:
Abhi kumar
2026-02-02 17:27:14 +05:30
committed by GitHub
parent f6f8c78aaf
commit 2dcb817de1
6 changed files with 276 additions and 7 deletions

3
.github/CODEOWNERS vendored
View File

@@ -132,3 +132,6 @@
/frontend/src/pages/PublicDashboard/ @SigNoz/pulse-frontend
/frontend/src/container/PublicDashboardContainer/ @SigNoz/pulse-frontend
## UplotV2
/frontend/src/lib/uPlotV2/ @SigNoz/pulse-frontend