3795df46 by 杨炀

no message

1 parent 8a7f70f7
......@@ -187,6 +187,12 @@ const setB = () => {
chartB = echarts.init(lineRef.value)
const option = {
animation: true,
grid: {
top: '15%',
left: '80px',
right: '5%',
bottom: '12%'
},
dataZoom: [
{
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!