What's Changed
- Feat: Upgrade to angular 19
- BREAKING CHANGES:
- According to issue #443, we cannot import from
echarts/index.js
using Angular 19. Therefore, we need to perform a custom build and import everything required fromecharts/core
,echarts/charts
,echarts/components
, or other specific entry points. provideEcharts
is REMOVED.
- According to issue #443, we cannot import from
Full Changelog: v18.0.0...v19.0.0