Commit bba8ce47 authored by xinzhedeai's avatar xinzhedeai

左侧降雨警戒线

parent 70b02751
......@@ -140,7 +140,7 @@ const updateChartData = () => {
yAxis: line.value,
lineStyle: {
color: `#${line.color}`,
width: 3,
width: 2,
type: 'dashed',
}
}))
......@@ -209,7 +209,7 @@ const initChart = () => {
yAxis: line.value,
lineStyle: {
color: `#${line.color}`,
width: 3,
width: 2,
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