修改接口

master
夜笙歌 7 months ago
parent 548efde455
commit 586ed69b88

Binary file not shown.

Before

Width:  |  Height:  |  Size: 823 KiB

After

Width:  |  Height:  |  Size: 822 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 823 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 76 KiB

@ -792,15 +792,15 @@ export default {
top: "15%", top: "15%",
left: 40, left: 40,
right: "5%", right: "5%",
bottom: "15%", bottom: "30%",
// containLabel: true // containLabel: true
}, },
xAxis: [ xAxis: [
{ {
show: false, show: true,
type: "category", type: "category",
axisLine: { axisLine: {
show: true, show: false,
}, },
splitArea: { splitArea: {
// show: true, // show: true,
@ -811,6 +811,8 @@ export default {
}, },
axisLabel: { axisLabel: {
color: "#fff", color: "#fff",
interval:0,
rotate:-30,
}, },
splitLine: { splitLine: {
show: false, show: false,
@ -1426,10 +1428,10 @@ export default {
}, },
xAxis: [ xAxis: [
{ {
show: false, show: true,
type: "category", type: "category",
axisLine: { axisLine: {
show: true, show: false,
}, },
splitArea: { splitArea: {
// show: true, // show: true,
@ -1440,6 +1442,8 @@ export default {
}, },
axisLabel: { axisLabel: {
color: "#fff", color: "#fff",
interval:0,
rotate:-30,
}, },
splitLine: { splitLine: {
show: false, show: false,

Loading…
Cancel
Save