fix: 修复有些机器上图表Y轴数据被遮挡的问题
This commit is contained in:
@@ -396,10 +396,10 @@ const overviewLine = {
|
|||||||
const noDataOption = {
|
const noDataOption = {
|
||||||
grid: {
|
grid: {
|
||||||
top: 30,
|
top: 30,
|
||||||
left: 0,
|
left: 20,
|
||||||
right: 30,
|
right: 30,
|
||||||
containLabel: true,
|
containLabel: true,
|
||||||
bottom: 20// 156
|
bottom: 0// 156
|
||||||
},
|
},
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
|
|||||||
Reference in New Issue
Block a user