Commit bba8ce47 authored by xinzhedeai's avatar xinzhedeai

左侧降雨警戒线

parent 70b02751
...@@ -140,7 +140,7 @@ const updateChartData = () => { ...@@ -140,7 +140,7 @@ const updateChartData = () => {
yAxis: line.value, yAxis: line.value,
lineStyle: { lineStyle: {
color: `#${line.color}`, color: `#${line.color}`,
width: 3, width: 2,
type: 'dashed', type: 'dashed',
} }
})) }))
...@@ -209,7 +209,7 @@ const initChart = () => { ...@@ -209,7 +209,7 @@ const initChart = () => {
yAxis: line.value, yAxis: line.value,
lineStyle: { lineStyle: {
color: `#${line.color}`, color: `#${line.color}`,
width: 3, width: 2,
type: 'dashed', type: 'dashed',
} }
})) }))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment