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