I'm trying to use treeshaking for ngx-echarts in angular 15 standalone component. I followed the docs, but treeshaking doesn't seems to work. Can anyone help in this.
I have tried both custom build and treeshaking build suggested by the documentation provided by echarts but didn't work.
Even though I import only bar chart I could see all other chart files.
Even in webpack analyser I could see the entire echarts build.