Open mchl18 opened 2 weeks ago
found out sth.
this line
import 'echarts/theme/macarons.js'
appears to make a difference.
I am honestly not sure what is going on, I created a new fresh angular repo where I imported the exact same code but there I only got a couple hundred kb as expected, whereas this angular/ionic repo we are working on spits out the whole echarts dep when using this palette.
Same issue 426 (5 months ago) not solved yet
hi guys,
I wanted to use the instructions to use tree shaking and then did an analysis of the bundle.
See for yourself
thats a total of 6mb for rendering three different kinds of charts. don't think that's the way it was intended. echarts show up twice, once in the vendor module where it seems like everything gets pulled in and once outside of it.
here is. my config (./config/echarts-config.ts)
then in my app.module.ts
please let me know if you can reproduce this.