修改接口

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

Loading…
Cancel
Save