Compare commits
2 Commits
94e30dfb6a
...
31969b1272
| Author | SHA1 | Date |
|---|---|---|
|
|
31969b1272 | |
|
|
576f4793c4 |
|
|
@ -152,7 +152,7 @@ export default function drpOption(data,yjData) {
|
||||||
lineStyle: {
|
lineStyle: {
|
||||||
// type: "dashed"
|
// type: "dashed"
|
||||||
},
|
},
|
||||||
data: data.map(o => o.x),
|
data: data.map(o => o.de),
|
||||||
symbol: 'none', // 设置标记点为'none',即去掉圆点
|
symbol: 'none', // 设置标记点为'none',即去掉圆点
|
||||||
smooth: 0.5
|
smooth: 0.5
|
||||||
},
|
},
|
||||||
|
|
@ -165,7 +165,7 @@ export default function drpOption(data,yjData) {
|
||||||
lineStyle: {
|
lineStyle: {
|
||||||
// type: "dashed"
|
// type: "dashed"
|
||||||
},
|
},
|
||||||
data: data.map(o => o.y),
|
data: data.map(o => o.dn),
|
||||||
symbol: 'none', // 设置标记点为'none',即去掉圆点
|
symbol: 'none', // 设置标记点为'none',即去掉圆点
|
||||||
smooth: 0.5
|
smooth: 0.5
|
||||||
},
|
},
|
||||||
|
|
@ -178,7 +178,7 @@ export default function drpOption(data,yjData) {
|
||||||
lineStyle: {
|
lineStyle: {
|
||||||
// type: "dashed"
|
// type: "dashed"
|
||||||
},
|
},
|
||||||
data: data.map(o => o.h),
|
data: data.map(o => o.du),
|
||||||
symbol: 'none', // 设置标记点为'none',即去掉圆点
|
symbol: 'none', // 设置标记点为'none',即去掉圆点
|
||||||
smooth: 0.5
|
smooth: 0.5
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -24,14 +24,14 @@ const Page = ({ ctx, setCtx }) => {
|
||||||
{
|
{
|
||||||
cz:'程维德村',
|
cz:'程维德村',
|
||||||
rk:6,
|
rk:6,
|
||||||
sd:15,
|
sd:0.5,
|
||||||
sj:'2025-08-04 18:00:00',
|
sj:'2025-08-04 18:20:00',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
cz:'程维德村',
|
cz:'戴世英村',
|
||||||
rk:6,
|
rk:6,
|
||||||
sd:15,
|
sd:0.8,
|
||||||
sj:'2025-08-04 18:00:00',
|
sj:'2025-08-04 18:50:00',
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
const [data2,setData2] = useState([
|
const [data2,setData2] = useState([
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue