579357d8 by xiaomiao

工作台显示问题

1 parent a802c75d
......@@ -105,6 +105,7 @@
},
axisLabel: {
inside: false,
interval:0,
textStyle: {
color: "rgba(255, 255, 255,0.7)", // x轴颜色
fontWeight: "normal",
......
......@@ -34,6 +34,7 @@
xAxis: {
data: newData.category,
axisLabel: {
interval:0,
show: true,
color: "#ffff",
textStyle: {
......