@@ -95,12 +95,12 @@
{
type: 'value',
name: this.barYAxisName,
- axisLabel: { formatter: (v) => Math.round(v) }
+ minInterval: 1
},
name: this.lineYAxisName,
- axisLabel: { formatter: (v) => Math.round(v) + '%' }
}
],
series: [
@@ -158,7 +158,8 @@ import chartBarLine from '@/components/ChartBarLine/index.vue';
title: '来煤累计数',
key: 'coalInbound',
- count: '吨',
+ count: '',
+ unit: '吨',
icon: require('../../../assets/index/Vector@2x.png')
@@ -170,7 +171,8 @@ import chartBarLine from '@/components/ChartBarLine/index.vue';
title: '煤库存数',
key: 'coalInventory',