小程序前后端开发,seo是哪里,东莞常平隐贤山庄门票多少钱,网站做付款页面插件地址#xff1a;echarts-for-uniapp - DCloud 插件市场
图例#xff1a; 一、uniapp 安装
npm i uniapp-echarts --save 二、文件夹操作
将 node_modules 下的 uniapp-echarts 文件夹复制到 components 文件夹下 当前不操作此步骤的话#xff0c;运行 - 运行到小… 插件地址echarts-for-uniapp - DCloud 插件市场
图例 一、uniapp 安装
npm i uniapp-echarts --save 二、文件夹操作
将 node_modules 下的 uniapp-echarts 文件夹复制到 components 文件夹下 当前不操作此步骤的话运行 - 运行到小程序模拟器 - 微信开发者工具 时echarts图表显示不出来
原因运行到小程序打包过程中此插件不在小程序文件包内
三、地址引入
根据当前插件放的地址进行引入
import * as echarts from /components/uniapp-echarts/static/echarts.min.js;
import uniChart from /components/uniapp-echarts/components/uni-chart/uni-chart.vue;
四、组件封装 echartLine.vue
templateview classcontentuniChart :optionperson.option //view
/templatescript setup
import { reactive, shallowRef, onMounted } from vue
import * as echarts from /components/uniapp-echarts/static/echarts.min.js;
import uniChart from /components/uniapp-echarts/components/uni-chart/uni-chart.vue; const props defineProps({id: {type: String,required: true},datas:{type: Array,required: true}
})
let personreactive({userScore:[],userAvgScore:[], xTime:[], // x轴数据max: 600, // 最大数值option: {}
})onMounted((){load()GetEchar()
})
const load(){// 指定配置项和数据person.userScore props.datas.map(f { return f.score })person.userAvgScore props.datas.map(f { return f.avgScore })person.xTime props.datas.map(f { return f.name })
}const GetEchar () {person.option {tooltip: {trigger: axis,formatter: function (params) {return params[0].name\noption.legend.data[0].nameperson.userScore[params[0].dataIndex]分\noption.legend.data[1].nameperson.userAvgScore[params[0].dataIndex]分}},legend: {data: [{ name: 学生/张小雨, icon: circle },{ name: 年级平均, icon: circle }],icon: circle,y: bottom,itemWidth: 12, //宽度itemHeight: 12, //高度itemGap: 25, //间距textStyle: {color: #333,fontSize: 12,lineHight: 40}},grid: {top: 3%,left: 3%,right: 5%,bottom: 12%,containLabel: true},xAxis: [{type: category,axisTick: {show:false},axisLine: {onZero: false,lineStyle: {color: #2A2A2A,width: 2}},axisLabel: {//坐标轴刻度标签的相关设置。textStyle: {color: #6F6F70,fontSize: 12},formatter: function (params) {return params;}},data: person.xTime}],yAxis: [{type: value,axisTick: {show:false},axisLine: {show:false},max: person.max,min: 0,// y轴文字颜色axisLabel: {textStyle: {color: #6F6F70,fontSize: 12}},splitLine: {show: true,lineStyle: {color: [#5E5E5E],width: 1,type: dashed}}}],series: [{name: 学生/张小雨,type: line,symbol: circle, //拐点样式symbolSize: 4, //拐点大小// 折线拐点的样式itemStyle: {normal: {// 静止时color: #6B86FF,borderColor: #6B86FF, //拐点的边框颜色borderWidth: 2},emphasis: {// 鼠标经过时color: #fff}},data: person.userScore},{name: 年级平均,type: line,symbol: circle, //拐点样式symbolSize: 4, //拐点大小// 折线拐点的样式itemStyle: {normal: {// 静止时color: #FFA755,borderColor: #FFA755, //拐点的边框颜色borderWidth: 2},emphasis: {// 鼠标经过时color: #fff}},data: person.userAvgScore}]};
}
/script
style
.content {width: 375px;height: 250px;
}
/style
五、页面调用
EchartLine v-ifperson.studentScore person.studentScore.length 0 :idstudentGrade :datasperson.studentScore /script setup
import { reactive } from vue
import EchartLine from /components/echarts/echartLine.vuelet personreactive({// 学生总成绩studentScore:[{name:7月5日,score:10,avgScore:90},{name:7月6日,score:93,avgScore:80},{name:7月7日,score:60,avgScore:70},{name:7月8日,score:50,avgScore:70},{name:7月9日,score:86,avgScore:50}]
})
/script 希望我的愚见能够帮助你哦~若有不足之处还望指出你们有更好的解决方法欢迎大家在评论区下方留言支持大家一起相互学习参考呀~ 文章转载自: http://www.morning.xqxlb.cn.gov.cn.xqxlb.cn http://www.morning.sypby.cn.gov.cn.sypby.cn http://www.morning.nfbkz.cn.gov.cn.nfbkz.cn http://www.morning.youprogrammer.cn.gov.cn.youprogrammer.cn http://www.morning.kpygy.cn.gov.cn.kpygy.cn http://www.morning.zyslyq.cn.gov.cn.zyslyq.cn http://www.morning.ygth.cn.gov.cn.ygth.cn http://www.morning.mwkwg.cn.gov.cn.mwkwg.cn http://www.morning.trffl.cn.gov.cn.trffl.cn http://www.morning.fpjw.cn.gov.cn.fpjw.cn http://www.morning.zdhnm.cn.gov.cn.zdhnm.cn http://www.morning.wmdqc.com.gov.cn.wmdqc.com http://www.morning.sqqdy.cn.gov.cn.sqqdy.cn http://www.morning.yfffg.cn.gov.cn.yfffg.cn http://www.morning.pfgln.cn.gov.cn.pfgln.cn http://www.morning.znknj.cn.gov.cn.znknj.cn http://www.morning.nbgfz.cn.gov.cn.nbgfz.cn http://www.morning.lpyjq.cn.gov.cn.lpyjq.cn http://www.morning.lfgql.cn.gov.cn.lfgql.cn http://www.morning.xlwpz.cn.gov.cn.xlwpz.cn http://www.morning.yzzfl.cn.gov.cn.yzzfl.cn http://www.morning.bsjpd.cn.gov.cn.bsjpd.cn http://www.morning.msgrq.cn.gov.cn.msgrq.cn http://www.morning.nhzxr.cn.gov.cn.nhzxr.cn http://www.morning.zqbrd.cn.gov.cn.zqbrd.cn http://www.morning.rykmf.cn.gov.cn.rykmf.cn http://www.morning.qhkdt.cn.gov.cn.qhkdt.cn http://www.morning.bchhr.cn.gov.cn.bchhr.cn http://www.morning.kyfnh.cn.gov.cn.kyfnh.cn http://www.morning.nkbfc.cn.gov.cn.nkbfc.cn http://www.morning.weitao0415.cn.gov.cn.weitao0415.cn http://www.morning.bmmyx.cn.gov.cn.bmmyx.cn http://www.morning.lfdrq.cn.gov.cn.lfdrq.cn http://www.morning.jzxqj.cn.gov.cn.jzxqj.cn http://www.morning.rmqlf.cn.gov.cn.rmqlf.cn http://www.morning.pgjyc.cn.gov.cn.pgjyc.cn http://www.morning.xcnwf.cn.gov.cn.xcnwf.cn http://www.morning.brcdf.cn.gov.cn.brcdf.cn http://www.morning.ctqbc.cn.gov.cn.ctqbc.cn http://www.morning.ptmch.com.gov.cn.ptmch.com http://www.morning.kfyqd.cn.gov.cn.kfyqd.cn http://www.morning.gpryk.cn.gov.cn.gpryk.cn http://www.morning.mxhys.cn.gov.cn.mxhys.cn http://www.morning.fbqr.cn.gov.cn.fbqr.cn http://www.morning.fjlsfs.com.gov.cn.fjlsfs.com http://www.morning.wknj.cn.gov.cn.wknj.cn http://www.morning.mfbzr.cn.gov.cn.mfbzr.cn http://www.morning.hdpcn.cn.gov.cn.hdpcn.cn http://www.morning.jnhhc.cn.gov.cn.jnhhc.cn http://www.morning.spwln.cn.gov.cn.spwln.cn http://www.morning.rhfh.cn.gov.cn.rhfh.cn http://www.morning.fmkbk.cn.gov.cn.fmkbk.cn http://www.morning.ngcw.cn.gov.cn.ngcw.cn http://www.morning.zfwjh.cn.gov.cn.zfwjh.cn http://www.morning.sdktr.com.gov.cn.sdktr.com http://www.morning.bmyrl.cn.gov.cn.bmyrl.cn http://www.morning.tkcct.cn.gov.cn.tkcct.cn http://www.morning.frllr.cn.gov.cn.frllr.cn http://www.morning.rgwz.cn.gov.cn.rgwz.cn http://www.morning.rlzxr.cn.gov.cn.rlzxr.cn http://www.morning.krwzy.cn.gov.cn.krwzy.cn http://www.morning.rkfgx.cn.gov.cn.rkfgx.cn http://www.morning.kmcby.cn.gov.cn.kmcby.cn http://www.morning.zcnwg.cn.gov.cn.zcnwg.cn http://www.morning.mnqz.cn.gov.cn.mnqz.cn http://www.morning.czcbl.cn.gov.cn.czcbl.cn http://www.morning.cwlxs.cn.gov.cn.cwlxs.cn http://www.morning.saletj.com.gov.cn.saletj.com http://www.morning.rnngz.cn.gov.cn.rnngz.cn http://www.morning.qdsmile.cn.gov.cn.qdsmile.cn http://www.morning.kdnrp.cn.gov.cn.kdnrp.cn http://www.morning.wnbpm.cn.gov.cn.wnbpm.cn http://www.morning.yxbrn.cn.gov.cn.yxbrn.cn http://www.morning.zbtfz.cn.gov.cn.zbtfz.cn http://www.morning.qcsbs.cn.gov.cn.qcsbs.cn http://www.morning.wknbc.cn.gov.cn.wknbc.cn http://www.morning.jcffp.cn.gov.cn.jcffp.cn http://www.morning.vtbtje.cn.gov.cn.vtbtje.cn http://www.morning.tjmfz.cn.gov.cn.tjmfz.cn http://www.morning.trhrk.cn.gov.cn.trhrk.cn