fix: 修复gitd 对象里 bottom 参数
This commit is contained in:
@@ -173,7 +173,7 @@ export default {
|
|||||||
left: 10,
|
left: 10,
|
||||||
right: 30,
|
right: 30,
|
||||||
containLabel: true,
|
containLabel: true,
|
||||||
bottom: 8// 156
|
bottom: 20// 156
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'item',
|
trigger: 'item',
|
||||||
|
|||||||
@@ -934,7 +934,7 @@ export default {
|
|||||||
left: 0,
|
left: 0,
|
||||||
right: 30,
|
right: 30,
|
||||||
containLabel: true,
|
containLabel: true,
|
||||||
bottom: 8// 156
|
bottom: 20// 156
|
||||||
},
|
},
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'time',
|
type: 'time',
|
||||||
|
|||||||
@@ -826,7 +826,7 @@ export default {
|
|||||||
left: 0,
|
left: 0,
|
||||||
right: 30,
|
right: 30,
|
||||||
containLabel: true,
|
containLabel: true,
|
||||||
bottom: 8// 156
|
bottom: 20// 156
|
||||||
},
|
},
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'time',
|
type: 'time',
|
||||||
|
|||||||
@@ -399,7 +399,7 @@ const noDataOption = {
|
|||||||
left: 0,
|
left: 0,
|
||||||
right: 30,
|
right: 30,
|
||||||
containLabel: true,
|
containLabel: true,
|
||||||
bottom: 8// 156
|
bottom: 20// 156
|
||||||
},
|
},
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'category',
|
type: 'category',
|
||||||
|
|||||||
Reference in New Issue
Block a user