在VUE实例中使用Echarts安装echarts依赖:npminstallecharts-s编写代码:引入echarts对象:鉴于准备工作中已经通过npm安装了echarts依赖,所以可以直接在vue文件中使用代码importechartsfrom“echarts”引入echarts对象:<script>importechartsfrom'echarts/lib/echarts'</script>注意:只引入了echarts还不能直接使用markLine(作为前端菜鸟爬坑了好久?)引入markLine对象:<script>importechartsfrom'echarts/...
继续阅读 >