change - 库存柱状图修改

master
wenjy 2 years ago
parent 131d62a17b
commit 85e37a11e5

@ -352,7 +352,7 @@ const threeDimensionalCylindrical = (res, ids) => {
grid: { grid: {
top: "25%", top: "25%",
bottom: "25%", bottom: "32%",
}, },
xAxis: { xAxis: {
data: xValue, data: xValue,
@ -437,7 +437,7 @@ const threeDimensionalCylindrical = (res, ids) => {
}, },
data: yValue, data: yValue,
}, },
{ /*{
name: "第一圈", name: "第一圈",
type: "pictorialBar", type: "pictorialBar",
symbolSize: [47, 16], symbolSize: [47, 16],
@ -526,7 +526,7 @@ const threeDimensionalCylindrical = (res, ids) => {
}, },
}, },
data: ["", "", yValue[2]], data: ["", "", yValue[2]],
}, },*/
{ {
type: "bar", type: "bar",

@ -58,7 +58,7 @@ const temperature = (res, ids) => {
let option = { let option = {
grid: { grid: {
top: '15%', top: '20%',
left: '6%', left: '6%',
right: '6%', right: '6%',
bottom: '3%', bottom: '3%',

@ -352,7 +352,7 @@ const threeDimensionalCylindrical = (res, ids) => {
grid: { grid: {
top: "25%", top: "25%",
bottom: "25%", bottom: "32%",
}, },
xAxis: { xAxis: {
data: xValue, data: xValue,
@ -437,7 +437,7 @@ const threeDimensionalCylindrical = (res, ids) => {
}, },
data: yValue, data: yValue,
}, },
{ /*{
name: "第一圈", name: "第一圈",
type: "pictorialBar", type: "pictorialBar",
symbolSize: [47, 16], symbolSize: [47, 16],
@ -526,7 +526,7 @@ const threeDimensionalCylindrical = (res, ids) => {
}, },
}, },
data: ["", "", yValue[2]], data: ["", "", yValue[2]],
}, },*/
{ {
type: "bar", type: "bar",

@ -58,7 +58,7 @@ const temperature = (res, ids) => {
let option = { let option = {
grid: { grid: {
top: '15%', top: '20%',
left: '6%', left: '6%',
right: '6%', right: '6%',
bottom: '3%', bottom: '3%',

Loading…
Cancel
Save