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

View File

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