xieziyu / ngx-echarts

An angular (ver >= 2.x) directive for ECharts (ver >= 3.x)
https://xieziyu.github.io/ngx-echarts/
MIT License
1.11k stars 197 forks source link

Upgrade to latest echart version #37

Closed BryanYin closed 7 years ago

BryanYin commented 7 years ago

Hi ziyu,

thanks for your efforts in this plugin! But we need some new features in echarts 3.7, for example, put sign at end of line chart, can you upgrade to the latest version?

xieziyu commented 7 years ago

@BryanYin I think ngx-echarts already supports echarts 3.7. You just need to update echarts version in package.json, and run npm install

BryanYin commented 7 years ago

@xieziyu

thank you! after i update echarts version, now all works as i expected. issue can be closed.