apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.59k stars 19.62k forks source link

如何使用npm从echarts3 升级到echarts4 #8562

Closed tangMr1234 closed 6 years ago

tangMr1234 commented 6 years ago

One-line summary [问题简述]

如何使用npm从echarts3 升级到echarts4,在vue中使用npm install echarts --save这个命令安装一直是3.8.5版,我想要升级到4使用旭日图,求指教

Version & Environment [版本及环境]

Expected behaviour [期望结果]

ECharts option [ECharts配置项]

option = {

}

Other comments [其他信息]

tangMr1234 commented 6 years ago

已经知道了,使用指定版本 npm install echarts@4.1.0 --save 安装就成功了