[Feature] Library need to works with TypeScript >= 5.8.0 (needed for Angular 20)
What problem does this feature solve?
Library need to works with TypeScript >= 5.8.0 (needed for Angular 20). Now library use a old verion of ts. This should be priority
What does the proposed API look like?
Update all deps (especially ts)
I do not have time to make a demo but it's like this: Angular 20 needs min ts version 5.8.0 but echarts lib do not works with this version. @plainheart
Hello... some news please ? I'm stuck on Angular 19 because of this ...
any plans to update deps ?
I do not have time to make a demo but it's like this: Angular 20 needs min ts version 5.8.0 but echarts lib do not works with this version. @plainheart
same here, angular 20 uses esnext and the method for exporting echarts isn't supported
I saw that they released 6.0 rc.2 but still TypeScript is not updated ...still 4.4.3 version. @plainheart can we have a TypeScript upgrade please ? for compatibility with Angular 20
Couldn't find time to make a demo, I will later on once I'm done with my current project. Ended up going for chart.js while they figure out stuff
@plainheart -- when will be fixed this problem ?
Application bundle generation failed. [22.278 seconds]
X [ERROR] TS1203: Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead. [plugin angular-compiler]
node_modules/echarts/index.d.ts:23:0:
23 │ export = echarts;
╵ ~~~~~~~~~~~~~~~~~
any plans to update deps ?
@plainheart
I am also facing same issue and because of this not able to upgrade the application to angular20, Can we get any compatible version?
@VanceaAlin Please provide a demo for the issue either with Official Editor, CodePen, CodeSandbox or JSFiddle.