内蒙项目首页修改
This commit is contained in:
@@ -209,12 +209,20 @@
|
||||
)
|
||||
}
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: '累计人工时',
|
||||
type: 'line',
|
||||
type: 'bar',
|
||||
barWidth: 20,
|
||||
data: sumdata,
|
||||
itemStyle: {
|
||||
normal: { color: '#4989fb' }
|
||||
emphasis: {
|
||||
barBorderRadius: [10, 10, 0, 0],
|
||||
},
|
||||
normal: {
|
||||
barBorderRadius: [10, 10, 0, 0],
|
||||
color: '#4989fb'
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -537,35 +545,36 @@
|
||||
}
|
||||
],
|
||||
series: [
|
||||
//{
|
||||
// name: '入场安全培训',
|
||||
// type: 'line',
|
||||
// stack: 'Total',
|
||||
// smooth: true,
|
||||
// lineStyle: {
|
||||
// width: 0
|
||||
// },
|
||||
// showSymbol: false,
|
||||
// areaStyle: {
|
||||
// opacity: 0.8,
|
||||
// color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
|
||||
// {
|
||||
// offset: 0,
|
||||
// color: '#11244a'
|
||||
// },
|
||||
// {
|
||||
// offset: 1,
|
||||
// color: '#167ebd'
|
||||
// }
|
||||
// ])
|
||||
// },
|
||||
// emphasis: {
|
||||
// focus: 'series'
|
||||
// },
|
||||
// data: dataCount
|
||||
//},
|
||||
{
|
||||
name: '入场安全培训',
|
||||
type: 'line',
|
||||
stack: 'Total',
|
||||
smooth: true,
|
||||
lineStyle: {
|
||||
width: 0
|
||||
},
|
||||
showSymbol: false,
|
||||
areaStyle: {
|
||||
opacity: 0.8,
|
||||
color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
|
||||
{
|
||||
offset: 0,
|
||||
color: '#11244a'
|
||||
},
|
||||
{
|
||||
offset: 1,
|
||||
color: '#167ebd'
|
||||
}
|
||||
])
|
||||
},
|
||||
emphasis: {
|
||||
focus: 'series'
|
||||
},
|
||||
data: dataCount
|
||||
}, {
|
||||
name: '累计入场培训',
|
||||
type: 'line',
|
||||
data: dataCountSum,
|
||||
itemStyle: {
|
||||
normal: { color: '#4989fb' }
|
||||
|
||||
Reference in New Issue
Block a user