3795df46 by 杨炀

no message

1 parent 8a7f70f7
...@@ -187,6 +187,12 @@ const setB = () => { ...@@ -187,6 +187,12 @@ const setB = () => {
187 chartB = echarts.init(lineRef.value) 187 chartB = echarts.init(lineRef.value)
188 const option = { 188 const option = {
189 animation: true, 189 animation: true,
190 grid: {
191 top: '15%',
192 left: '80px',
193 right: '5%',
194 bottom: '12%'
195 },
190 dataZoom: [ 196 dataZoom: [
191 { 197 {
192 show: false, 198 show: false,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!