change - 库存柱状图修改

master
wenjy 2 years ago
parent 131d62a17b
commit 85e37a11e5

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

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

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

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

Loading…
Cancel
Save