|
@@ -503,7 +503,7 @@ const groupChartsOption = computed<EChartsOption>(() => {
|
|
|
axisTick: { show: false },
|
|
|
splitLine: { show: false },
|
|
|
axisLabel: {
|
|
|
- align: 'right',
|
|
|
+ align: 'center',
|
|
|
},
|
|
|
data: getXAxisData('markingGroupNumber', groupProgressResult?.value),
|
|
|
},
|
|
@@ -523,7 +523,7 @@ const groupChartsOption = computed<EChartsOption>(() => {
|
|
|
{
|
|
|
name: '完成总量',
|
|
|
type: 'bar',
|
|
|
- barWidth: 20,
|
|
|
+ barWidth: 22,
|
|
|
itemStyle: {
|
|
|
color: '#0064FF',
|
|
|
},
|
|
@@ -543,8 +543,8 @@ const groupChartsOption = computed<EChartsOption>(() => {
|
|
|
{
|
|
|
name: '当日已完成',
|
|
|
type: 'bar',
|
|
|
- barWidth: 20,
|
|
|
- barGap: '40%',
|
|
|
+ barWidth: 22,
|
|
|
+ barGap: '78%',
|
|
|
itemStyle: {
|
|
|
color: '#3AD500',
|
|
|
},
|