feat(chart-area): replace ApexCharts with Lightweight Charts for area chart rendering

This commit is contained in:
2026-04-03 10:11:38 +00:00
parent 99a531ee74
commit b38bd28360
10 changed files with 502 additions and 579 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-03 - 3.51.0 - feat(chart-area)
replace ApexCharts with Lightweight Charts for area chart rendering
- switch chart dependency and CDN loader from apexcharts to lightweight-charts
- update dees-chart-area styling and tooltip support for the new chart engine
- adjust appdash terminal overlay sizing with automatic height
## 2026-04-02 - 3.50.2 - fix(chart,dashboardgrid demos)
use dees-button text property consistently in demo interactions and update dataset button highlighting reliably