2-4改:块

This commit is contained in:
2023-07-04 11:26:13 +08:00
parent 43df496593
commit 8d400bf416
2 changed files with 40 additions and 40 deletions

View File

@@ -218,18 +218,18 @@ export default {
bottom: 0,
containLabel: true
},
// legend: {
// icon: 'rect',
// textStyle: {
// color: '#fff',
// fontSize: 14,
// lineHeight: 14
// },
// itemGap: 30.86,
// itemWidth: 14.16,
// itemHeight: 7.38,
// data: [{name: '产量', itemStyle: {color: '#0E90FD'}}]
// },
legend: {
icon: 'rect',
textStyle: {
color: '#fff',
fontSize: 14,
lineHeight: 14
},
itemGap: 30.86,
itemWidth: 14.16,
itemHeight: 7.38,
data: [{name: '数量(块)', itemStyle: {color: '#0E90FD'}}]
},
xAxis: {
type: 'category',
axisTick: {
@@ -278,7 +278,7 @@ export default {
},
series: [
{
name: '产量',
name: '数量(块)',
type: 'bar',
barWidth: '8',
itemStyle: {
@@ -330,18 +330,18 @@ export default {
bottom: 0,
containLabel: true
},
// legend: {
// icon: 'rect',
// textStyle: {
// color: '#fff',
// fontSize: 14,
// lineHeight: 14
// },
// itemGap: 30.86,
// itemWidth: 14.16,
// itemHeight: 7.38,
// data: [{name: '产量', itemStyle: {color: '#0E90FD'}}]
// },
legend: {
icon: 'rect',
textStyle: {
color: '#fff',
fontSize: 14,
lineHeight: 14
},
itemGap: 30.86,
itemWidth: 14.16,
itemHeight: 7.38,
data: [{name: '数量(块)', itemStyle: {color: '#0E90FD'}}]
},
xAxis: {
type: 'category',
axisTick: {
@@ -390,7 +390,7 @@ export default {
},
series: [
{
name: '产量',
name: '数量(块)',
type: 'bar',
barWidth: '8',
itemStyle: {

View File

@@ -74,7 +74,7 @@
<div class="item_tip">
<div class="item_tip_left">当日成品进出存</div>
</div>
<div class="item_content item_content_3" style="padding-left: 7%;">
<div class="item_content item_content_3" style="padding-left: 8.1%;">
<div id="two_echart_04" style="width: 100%; height: 100%"></div>
</div>
</div>
@@ -92,7 +92,7 @@
<div class="item_tip">
<div class="item_tip_left">本周成品进出存</div>
</div>
<div class="item_content item_content_3" style="padding-left: 7%;">
<div class="item_content item_content_3" style="padding-left: 8.1%;">
<div id="two_echart_06" style="width: 100%; height: 100%"></div>
</div>
</div>
@@ -638,10 +638,10 @@ export default {
fontSize: 14,
lineHeight: 14
},
itemGap: 30.86,
itemWidth: 14.16,
itemGap: 10.86,
itemWidth: 10.16,
itemHeight: 7.38,
data: [{name: '入库数量', itemStyle: {color: '#33CCCC'}}, {name: '出库数量', itemStyle: {color: '#EAAD24'}}, {name: '库存数量', itemStyle: {color: '#0E90FD'}}]
data: [{name: '入库数量(块)', itemStyle: {color: '#33CCCC'}}, {name: '出库数量(块)', itemStyle: {color: '#EAAD24'}}, {name: '库存数量(块)', itemStyle: {color: '#0E90FD'}}]
},
xAxis: {
type: 'category',
@@ -690,7 +690,7 @@ export default {
},
series: [
{
name: '入库数量',
name: '入库数量(块)',
type: 'bar',
barWidth: '8',
itemStyle: {
@@ -712,7 +712,7 @@ export default {
data: data1
},
{
name: '出库数量',
name: '出库数量(块)',
type: 'bar',
barWidth: '8',
itemStyle: {
@@ -734,7 +734,7 @@ export default {
data: data2
},
{
name: '库存数量',
name: '库存数量(块)',
type: 'bar',
barWidth: '8',
itemStyle: {
@@ -928,10 +928,10 @@ export default {
fontSize: 14,
lineHeight: 14
},
itemGap: 30.86,
itemWidth: 14.16,
itemGap: 10.86,
itemWidth: 10.16,
itemHeight: 7.38,
data: [{name: '入库数量', itemStyle: {color: '#33CCCC'}}, {name: '出库数量', itemStyle: {color: '#EAAD24'}}, {name: '库存数量', itemStyle: {color: '#0E90FD'}}]
data: [{name: '入库数量(块)', itemStyle: {color: '#33CCCC'}}, {name: '出库数量(块)', itemStyle: {color: '#EAAD24'}}, {name: '库存数量(块)', itemStyle: {color: '#0E90FD'}}]
},
xAxis: {
type: 'category',
@@ -980,7 +980,7 @@ export default {
},
series: [
{
name: '入库数量',
name: '入库数量(块)',
type: 'bar',
barWidth: '8',
itemStyle: {
@@ -1002,7 +1002,7 @@ export default {
data: data1
},
{
name: '出库数量',
name: '出库数量(块)',
type: 'bar',
barWidth: '8',
itemStyle: {
@@ -1024,7 +1024,7 @@ export default {
data: data2
},
{
name: '库存数量',
name: '库存数量(块)',
type: 'bar',
barWidth: '8',
itemStyle: {