|
@@ -639,7 +639,7 @@ let app = new Vue({
|
|
|
data: dataL8[0],
|
|
|
},
|
|
|
{
|
|
|
- name: '人工成本利润率',
|
|
|
+ name: '人工成本利润率同比变化',
|
|
|
type: 'line',
|
|
|
barWidth: 15,
|
|
|
yAxisIndex: 1,
|
|
@@ -662,7 +662,7 @@ let app = new Vue({
|
|
|
],
|
|
|
}
|
|
|
option.title.text = '人数变化和人工利润率变化分析'
|
|
|
- option.legend.data = ['人数变化', '人工成本利润率']
|
|
|
+ option.legend.data = ['人数变化', '人工成本利润率同比变化']
|
|
|
option.legend.show = true
|
|
|
option.tooltip = {
|
|
|
trigger: 'axis',
|
|
@@ -766,7 +766,7 @@ let app = new Vue({
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- name: '全员劳动生产率同比',
|
|
|
+ name: '全员劳动生产率同比变化',
|
|
|
yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
|
|
|
type: 'line',
|
|
|
itemStyle: {
|
|
@@ -788,7 +788,7 @@ let app = new Vue({
|
|
|
],
|
|
|
}
|
|
|
option.title.text = '全员劳动生产率'
|
|
|
- option.legend.data = ['全员劳动生产率同比', '全员劳动生产率(万/人)']
|
|
|
+ option.legend.data = ['全员劳动生产率同比变化', '全员劳动生产率(万/人)']
|
|
|
option.legend.show = true
|
|
|
option.tooltip = {
|
|
|
trigger: 'axis',
|
|
@@ -818,7 +818,7 @@ let app = new Vue({
|
|
|
..._.cloneDeep(this.commonOption),
|
|
|
series: [
|
|
|
{
|
|
|
- name: '人工成本利润率同比',
|
|
|
+ name: '人工成本利润率同比变化',
|
|
|
type: 'line',
|
|
|
yAxisIndex: 1, //使用的 y 轴的 index,在单个图表实例中存在多个 y轴的时候有用
|
|
|
smooth: true, //平滑曲线显示
|
|
@@ -895,7 +895,7 @@ let app = new Vue({
|
|
|
],
|
|
|
}
|
|
|
option.title.text = '人工成本利润率'
|
|
|
- option.legend.data = ['人工成本利润率同比', '人工成本利润率']
|
|
|
+ option.legend.data = ['人工成本利润率同比变化', '人工成本利润率']
|
|
|
option.legend.show = true
|
|
|
option.tooltip = {
|
|
|
trigger: 'axis',
|