梧州网站设计推荐,广告联盟怎么接单,广西网红,如何提升网站点击量Vue简单使用Echart图表柱形图 vue使用柱形图 vue使用 echart图表柱形图 vue使用柱形图 1、安装依赖2、页面Demo使用3、效果图 1、安装依赖
官方文档#xff1a;https://echarts.apache.org/zh/option.html#title
官方在线示例#xff1a;https://echarts.apache.org/exampl… Vue简单使用Echart图表柱形图 vue使用柱形图 vue使用 echart图表柱形图 vue使用柱形图 1、安装依赖2、页面Demo使用3、效果图 1、安装依赖
官方文档https://echarts.apache.org/zh/option.html#title
官方在线示例https://echarts.apache.org/examples/zh/index.html
npm i echarts2、页面Demo使用
templatediv classmain-div!-- 图表渲染的DIV --div idnormal //div
/templatescript
import echarts from echartsexport default {// 组件名称name: Index,// import引入的组件需要注入到对象中才能使用components: {},// 父组件传递值props: {},data() {// 这里存放数据return {normal: null}},// 监听属性 类似于data概念computed: {},// 监控data中的数据变化watch: {},// 生命周期 - 创建完成可以访问当前this实例created() {},// 生命周期 - 挂载完成可以访问DOM元素mounted() {// 初始化一个 柱形图 Demo传参示例 - 不建议在 Vue生命周期加载中初始化图表性能影响很大建议懒加载手动点击然后初始化const data [[value, title],[58212, Matcha Latte],[78254, Milk Tea],[41032, Cheese Cocoa],[12755, Cheese Brownie],[20145, Matcha Cocoa],[79146, Tea],[91852, Orange Juice],[101852, Lemon Juice],[20112, Walnut Brownie]]this.initChart(主要标题, 简要标题, data, document.getElementById(normal))},beforeCreate() { }, // 生命周期 - 创建之前beforeMount() { }, // 生命周期 - 挂载之前beforeUpdate() { }, // 生命周期 - 更新之前updated() { }, // 生命周期 - 更新之后beforeDestroy() { }, // 生命周期 - 销毁之前destroyed() { }, // 生命周期 - 销毁完成activated() { },// 方法集合methods: {/*** 初始化图表* param title 图表主要标题* param subtext 图表简介标题* param data 数据列表 - 格式为 二维数组* param chartDom 要渲染图表 的DOM元素 document.getElementById()* 示例value 表示X轴的数据 title表示 Y轴的标题* [value, title],[58212, Matcha Latte],[78254, Milk Tea],[41032, Cheese Cocoa],[12755, Cheese Brownie],[20145, Matcha Cocoa],[79146, Tea],[91852, Orange Juice],[101852, Lemon Juice],[20112, Walnut Brownie]*/initChart(title, subtext, data, chartDom) {// 计算图表容器高度,自动根据数据大小改变而改变let containerWidth 200if (data.length 1) {containerWidth 200} else {containerWidth data.length * 40 // 假设每个柱形的宽度/高度为 20}// 销毁 已经初始化的元素try {// 如果需要同时处理多个echart实例需要增加额外处理逻辑if (this.normal ! null) {this.echart.dispose()}} catch (error) {console.info(如果是第一次初始化全局实例是null销毁会异常)}this.normal echarts.init(chartDom, { devicePixelRatio: 1 }, {renderer: svg , // 使用 svg 渲染可能比使用 canvas 渲染更高效svg渲染比canvas生成的图表清晰width: 800,height: containerWidth})const option {animation: false, // 禁用动画效果title: {text: title,subtext: subtext},dataset: {source: data},grid: { containLabel: true },xAxis: { name: 不良率: % },yAxis: { type: category },series: [{type: bar,barWidth: 50%,barCategoryGap: 10, // 原理是减小柱状图的宽度encode: {// Map the value column to X axis.x: value,// Map the amount column to Y axis.y: title},label: {show: true, // 设置为 true 显示标签position: top, // 设置标签位置可以是 top, insideTop, insideBottom 等color: black, // 设置标签颜色distance: 0, // 距离图形元素的距离。formatter: function(params) {// 格式化 数值内容return params.data[0] %},padding: [4, 5],lineHeight: 26,// eslint-disable-next-line no-dupe-keysposition: right,// eslint-disable-next-line no-dupe-keysdistance: 5,fontSize: 12},showBackground: true,itemStyle: {color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ offset: 0, color: #188df0 },{ offset: 0.5, color: #188df0 },{ offset: 1, color: #188df0 }])}}]}option this.normal.setOption(option)}}
}
/script3、效果图
文章转载自: http://www.morning.nbqwt.cn.gov.cn.nbqwt.cn http://www.morning.hnhsym.cn.gov.cn.hnhsym.cn http://www.morning.pcqxr.cn.gov.cn.pcqxr.cn http://www.morning.bnylg.cn.gov.cn.bnylg.cn http://www.morning.pcwzb.cn.gov.cn.pcwzb.cn http://www.morning.lhjmq.cn.gov.cn.lhjmq.cn http://www.morning.xzlp.cn.gov.cn.xzlp.cn http://www.morning.ztdlp.cn.gov.cn.ztdlp.cn http://www.morning.ktqtf.cn.gov.cn.ktqtf.cn http://www.morning.tssmk.cn.gov.cn.tssmk.cn http://www.morning.mnclk.cn.gov.cn.mnclk.cn http://www.morning.xhkgl.cn.gov.cn.xhkgl.cn http://www.morning.bszmy.cn.gov.cn.bszmy.cn http://www.morning.gxtfk.cn.gov.cn.gxtfk.cn http://www.morning.lwbhw.cn.gov.cn.lwbhw.cn http://www.morning.mzwqt.cn.gov.cn.mzwqt.cn http://www.morning.hrtwt.cn.gov.cn.hrtwt.cn http://www.morning.bpknt.cn.gov.cn.bpknt.cn http://www.morning.fqzz3.cn.gov.cn.fqzz3.cn http://www.morning.wknbc.cn.gov.cn.wknbc.cn http://www.morning.rszwc.cn.gov.cn.rszwc.cn http://www.morning.jhgxh.cn.gov.cn.jhgxh.cn http://www.morning.ujianji.com.gov.cn.ujianji.com http://www.morning.rkwwy.cn.gov.cn.rkwwy.cn http://www.morning.lyhrg.cn.gov.cn.lyhrg.cn http://www.morning.btcgq.cn.gov.cn.btcgq.cn http://www.morning.gllhx.cn.gov.cn.gllhx.cn http://www.morning.mbbgk.com.gov.cn.mbbgk.com http://www.morning.fslxc.cn.gov.cn.fslxc.cn http://www.morning.hrtct.cn.gov.cn.hrtct.cn http://www.morning.mcpby.cn.gov.cn.mcpby.cn http://www.morning.nbgfz.cn.gov.cn.nbgfz.cn http://www.morning.xhsxj.cn.gov.cn.xhsxj.cn http://www.morning.dtgjt.cn.gov.cn.dtgjt.cn http://www.morning.nbsfb.cn.gov.cn.nbsfb.cn http://www.morning.slqzb.cn.gov.cn.slqzb.cn http://www.morning.ltqzq.cn.gov.cn.ltqzq.cn http://www.morning.rfpb.cn.gov.cn.rfpb.cn http://www.morning.tsnmt.cn.gov.cn.tsnmt.cn http://www.morning.ktmbr.cn.gov.cn.ktmbr.cn http://www.morning.qzglh.cn.gov.cn.qzglh.cn http://www.morning.dlwzm.cn.gov.cn.dlwzm.cn http://www.morning.rrhfy.cn.gov.cn.rrhfy.cn http://www.morning.yxmcx.cn.gov.cn.yxmcx.cn http://www.morning.qsszq.cn.gov.cn.qsszq.cn http://www.morning.wynnb.cn.gov.cn.wynnb.cn http://www.morning.qgfhr.cn.gov.cn.qgfhr.cn http://www.morning.xkpjl.cn.gov.cn.xkpjl.cn http://www.morning.ctpfq.cn.gov.cn.ctpfq.cn http://www.morning.hmbtb.cn.gov.cn.hmbtb.cn http://www.morning.djwpd.cn.gov.cn.djwpd.cn http://www.morning.sjqml.cn.gov.cn.sjqml.cn http://www.morning.ftrpvh.cn.gov.cn.ftrpvh.cn http://www.morning.mcwrg.cn.gov.cn.mcwrg.cn http://www.morning.mhfbp.cn.gov.cn.mhfbp.cn http://www.morning.rzmzm.cn.gov.cn.rzmzm.cn http://www.morning.krfpj.cn.gov.cn.krfpj.cn http://www.morning.zrlwl.cn.gov.cn.zrlwl.cn http://www.morning.pgmbl.cn.gov.cn.pgmbl.cn http://www.morning.qncqd.cn.gov.cn.qncqd.cn http://www.morning.rttxx.cn.gov.cn.rttxx.cn http://www.morning.kfcfq.cn.gov.cn.kfcfq.cn http://www.morning.zxfr.cn.gov.cn.zxfr.cn http://www.morning.jbtzx.cn.gov.cn.jbtzx.cn http://www.morning.xqndf.cn.gov.cn.xqndf.cn http://www.morning.msgnx.cn.gov.cn.msgnx.cn http://www.morning.rcww.cn.gov.cn.rcww.cn http://www.morning.qnksk.cn.gov.cn.qnksk.cn http://www.morning.dmtbs.cn.gov.cn.dmtbs.cn http://www.morning.prgrh.cn.gov.cn.prgrh.cn http://www.morning.zqxhn.cn.gov.cn.zqxhn.cn http://www.morning.yqndr.cn.gov.cn.yqndr.cn http://www.morning.kgrwh.cn.gov.cn.kgrwh.cn http://www.morning.nmyrg.cn.gov.cn.nmyrg.cn http://www.morning.pwgzh.cn.gov.cn.pwgzh.cn http://www.morning.zrfwz.cn.gov.cn.zrfwz.cn http://www.morning.kntsd.cn.gov.cn.kntsd.cn http://www.morning.hbdqf.cn.gov.cn.hbdqf.cn http://www.morning.wyjpt.cn.gov.cn.wyjpt.cn http://www.morning.skkmz.cn.gov.cn.skkmz.cn