|
@ -850,12 +850,12 @@ function initQXNLZHEcharts(kline, qxnlzhqData) { |
|
|
// } |
|
|
// } |
|
|
], |
|
|
], |
|
|
grid: { |
|
|
grid: { |
|
|
left: "13%", |
|
|
|
|
|
|
|
|
left: window.innerWidth >= 768 ? "13%" : "18%", |
|
|
right: "10", |
|
|
right: "10", |
|
|
top: '10', |
|
|
top: '10', |
|
|
bottom: "60", |
|
|
bottom: "60", |
|
|
containLabel: false, |
|
|
containLabel: false, |
|
|
width: '80%', |
|
|
|
|
|
|
|
|
width: window.innerWidth >= 768 ? '80%': '70%', |
|
|
height: 'auto', |
|
|
height: 'auto', |
|
|
overflow: 'hidden' |
|
|
overflow: 'hidden' |
|
|
}, |
|
|
}, |
|
|