提交 09a59af5 作者: 王定

调整一下基地里弹框折线图两边之间的距离

上级 8b340651
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
{ {
title: { show: false }, title: { show: false },
tooltip: { show: false }, tooltip: { show: false },
grid: { top: 60, right: 30, bottom: 40, left: 60 }, grid: { top: 60, right: 20, bottom: 40, left: 40 },
xAxis: { type: 'category', data: [], show: false }, xAxis: { type: 'category', data: [], show: false },
yAxis: { type: 'value', show: false }, yAxis: { type: 'value', show: false },
series: [], series: [],
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
top: 0, top: 0,
textStyle: { fontSize: 14, color: '#333' }, textStyle: { fontSize: 14, color: '#333' },
}, },
grid: { top: 60, right: 30, bottom: 40, left: 60 }, grid: { top: 60, right: 20, bottom: 40, left: 40 },
xAxis: { xAxis: {
type: 'category', type: 'category',
data: dates, data: dates,
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
top: 0, top: 0,
textStyle: { fontSize: 14, color: '#333' }, textStyle: { fontSize: 14, color: '#333' },
}, },
grid: { top: 60, right: 30, bottom: 40, left: 60 }, grid: { top: 60, right: 20, bottom: 40, left: 40 },
xAxis: { xAxis: {
type: 'category', type: 'category',
data: dates, data: dates,
...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
top: 0, top: 0,
textStyle: { fontSize: 14, color: '#333' }, textStyle: { fontSize: 14, color: '#333' },
}, },
grid: { top: 60, right: 30, bottom: 40, left: 60 }, grid: { top: 60, right: 20, bottom: 40, left: 40 },
xAxis: { xAxis: {
type: 'category', type: 'category',
data: dates, data: dates,
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
top: 0, top: 0,
textStyle: { fontSize: 14, color: '#333' }, textStyle: { fontSize: 14, color: '#333' },
}, },
grid: { top: 60, right: 30, bottom: 40, left: 60 }, grid: { top: 60, right: 20, bottom: 40, left: 40 },
xAxis: { xAxis: {
type: 'category', type: 'category',
data: times, data: times,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论