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

@@ -7,7 +7,7 @@ export const CDN_VERSIONS = {
xtermAddonFit: '0.8.0',
xtermAddonSearch: '0.13.0',
highlightJs: '11.11.1',
apexcharts: '5.10.4',
lightweightCharts: '5.1.0',
tiptap: '2.27.2',
fontawesome: '7.2.0',
} as const;