fix(dees-chart-area): Improve resize handling and initial rendering for better responsiveness

fix(dees-chart-log): Simplify firstUpdated method by removing unnecessary variable
This commit is contained in:
2025-06-12 11:00:33 +00:00
parent fad7fda2a6
commit e39590df2c
3 changed files with 72 additions and 18 deletions

View File

@@ -8,8 +8,10 @@
### dees-chart-area
- Fully functional area chart component using ApexCharts
- Displays time-series data with gradient fills
- Responsive with ResizeObserver
- Responsive with ResizeObserver (debounced to prevent flicker)
- Demo shows CPU and memory usage metrics
- Fixed: Chart now properly respects container boundaries on initial render
- Overflow prevention with proper CSS containment
### dees-chart-log
- Server log viewer component (not a chart despite the name)