精饰车间环境 柱状图

This commit is contained in:
hzz 2023-05-24 17:48:14 +08:00
parent 8b9abd807d
commit 581028aca6

View File

@ -12,16 +12,8 @@
<el-row> <el-row>
<el-col :span="24"> <el-col :span="24">
<div style="display: flex;justify-content: space-evenly; align-items: center; margin-bottom: 10px;"> <div style="display: flex;justify-content: space-evenly; align-items: center; margin-bottom: 10px;">
<chart <chart :title="powerOption.title" :option="powerOption.option" ref="powerref"></chart>
:title="powerOption.title" <chart :title="powerOption.title" :option="powerOption.option" ref="Productionref"></chart>
:option="powerOption.option"
ref="powerref"
></chart>
<chart
:title="powerOption.title"
:option="powerOption.option"
ref="Productionref"
></chart>
<div> <div>
<border6 ref="borderref"> <border6 ref="borderref">
<template v-slot> <template v-slot>
@ -260,7 +252,7 @@ function setcontentData(val){
return color[params.dataIndex]; return color[params.dataIndex];
} }
}, },
barWidth:'20%', barWidth: '25%',
label: { label: {
show: true, show: true,
color: '#fff', color: '#fff',