Hi,
Since we migrated to Syncfusion Angular v25, we started receiving background errors with <ejs-charts, and when they happen, there are a lot of them.
The error is as outlined below:
TypeError
:Cannot read properties ofundefined(reading 'length')
at Chart.getVisibleSeries (ej2-charts.es5.js:13824:80)
at Chart.onPropertyChanged (ej2-charts.es5.js:14045:45)
at Base.dataBind (ej2-base.es5.js:5440:18)
at Component.dataBind (ej2-base.es5.js:7531:35)
at Base.setProperties (ej2-base.es5.js:5386:18)
at ComponentBase.ngAfterContentChecked (component-base.js:312:46)
at ChartComponent.ngAfterContentChecked (syncfusion-ej2-angular-charts.mjs:1169:22)
at callHook (core.mjs:2508:18)
at callHooks (core.mjs:2467:17)
at executeCheckHooks (core.mjs:2399:5)
We are using @syncfusion/ej2-angular-charts@25.2.6
Has any of you experienced this before?
Thank you!