This commit is contained in:
熊丽君
2021-12-23 17:02:16 +08:00
parent 02ff01e18e
commit 36e5a8c43a

View File

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<container1 title="生产责任令"> <container1 title="生产指标">
<div style="height: 100%; width: 100%; padding: 0 15px 0 25px"> <div style="height: 100%; width: 100%; padding: 0 15px 0 25px">
<div style="display: flex; height: 100%"> <div style="display: flex; height: 100%">
<div style="height: 100%; width: 22%; display: flex; flex-direction: column; justify-content: space-evenly"> <div style="height: 100%; width: 22%; display: flex; flex-direction: column; justify-content: space-evenly">
@ -203,66 +203,66 @@ export default {
color: '#45D1CC', color: '#45D1CC',
}, },
}, },
{ // {
name: '型号5', // name: '型号5',
type: 'bar', // type: 'bar',
stack: 'Search Engine', // stack: 'Search Engine',
emphasis: { // emphasis: {
focus: 'series', // focus: 'series',
}, // },
data: [620, 732, 701, 734, 1090, 1130, 1120], // data: [620, 732, 701, 734, 1090, 1130, 1120],
itemStyle: { // itemStyle: {
color: blueColorList[4], // color: blueColorList[4],
}, // },
}, // },
{ // {
name: '型号4', // name: '型号4',
type: 'bar', // type: 'bar',
stack: 'Search Engine', // stack: 'Search Engine',
emphasis: { // emphasis: {
focus: 'series', // focus: 'series',
}, // },
data: [120, 132, 101, 134, 290, 230, 220], // data: [120, 132, 101, 134, 290, 230, 220],
itemStyle: { // itemStyle: {
color: blueColorList[3], // color: blueColorList[3],
}, // },
}, // },
{ // {
name: '型号3', // name: '型号3',
type: 'bar', // type: 'bar',
stack: 'Search Engine', // stack: 'Search Engine',
emphasis: { // emphasis: {
focus: 'series', // focus: 'series',
}, // },
data: [60, 72, 71, 74, 190, 130, 110], // data: [60, 72, 71, 74, 190, 130, 110],
itemStyle: { // itemStyle: {
color: blueColorList[2], // color: blueColorList[2],
}, // },
}, // },
{ // {
name: '型号2', // name: '型号2',
type: 'bar', // type: 'bar',
stack: 'Search Engine', // stack: 'Search Engine',
emphasis: { // emphasis: {
focus: 'series', // focus: 'series',
}, // },
data: [62, 82, 91, 84, 109, 110, 120], // data: [62, 82, 91, 84, 109, 110, 120],
itemStyle: { // itemStyle: {
color: blueColorList[1], // color: blueColorList[1],
}, // },
}, // },
{ // {
name: '型号1', // name: '型号1',
type: 'bar', // type: 'bar',
stack: 'Search Engine', // stack: 'Search Engine',
emphasis: { // emphasis: {
focus: 'series', // focus: 'series',
}, // },
data: [62, 82, 91, 84, 109, 110, 120], // data: [62, 82, 91, 84, 109, 110, 120],
itemStyle: { // itemStyle: {
color: blueColorList[0], // color: blueColorList[0],
}, // },
}, // },
], ],
}) })
}, },