|
@@ -593,7 +593,7 @@ let app = new Vue({
|
|
|
series: [
|
|
|
{
|
|
|
name: '当前全员劳动生产率(万/人)',
|
|
|
- type: 'bar',
|
|
|
+ type: 'line',
|
|
|
barWidth: 15,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
@@ -604,7 +604,7 @@ let app = new Vue({
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
- color: '#082550',
|
|
|
+ color: '#43ede3',
|
|
|
},
|
|
|
]),
|
|
|
},
|
|
@@ -628,7 +628,7 @@ let app = new Vue({
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
- color: '#082550',
|
|
|
+ color: '#b889ea',
|
|
|
},
|
|
|
]),
|
|
|
},
|
|
@@ -647,18 +647,18 @@ let app = new Vue({
|
|
|
// color: '#fff',
|
|
|
// },
|
|
|
// },
|
|
|
- {
|
|
|
- name: '央企平均水平(万/人)',
|
|
|
- yAxis: 69.4,
|
|
|
- lineStyle: {
|
|
|
- color: '#fff',
|
|
|
- },
|
|
|
- label: {
|
|
|
- formatter: '{b}',
|
|
|
- position: 'middle',
|
|
|
- color: '#fff',
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // name: '央企平均水平(万/人)',
|
|
|
+ // yAxis: 69.4,
|
|
|
+ // lineStyle: {
|
|
|
+ // color: '#fff',
|
|
|
+ // },
|
|
|
+ // label: {
|
|
|
+ // formatter: '{b}',
|
|
|
+ // position: 'middle',
|
|
|
+ // color: '#fff',
|
|
|
+ // },
|
|
|
+ // },
|
|
|
],
|
|
|
label: {
|
|
|
distance: [20, 8],
|
|
@@ -696,7 +696,7 @@ let app = new Vue({
|
|
|
series: [
|
|
|
{
|
|
|
name: '当前人工成本利润率',
|
|
|
- type: 'bar',
|
|
|
+ type: 'line',
|
|
|
barWidth: 15,
|
|
|
itemStyle: {
|
|
|
normal: {
|
|
@@ -707,7 +707,7 @@ let app = new Vue({
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
- color: '#082550',
|
|
|
+ color: '#5e7ae9',
|
|
|
},
|
|
|
]),
|
|
|
},
|
|
@@ -726,7 +726,7 @@ let app = new Vue({
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
- color: '#082550',
|
|
|
+ color: '#b889ea',
|
|
|
},
|
|
|
]),
|
|
|
},
|