Compare commits
No commits in common. "31969b1272d697b97272dd4d0168bdbccd32d3c5" and "94e30dfb6aa125a7a1317d48e9caea531740a39a" have entirely different histories.
31969b1272
...
94e30dfb6a
|
|
@ -152,7 +152,7 @@ export default function drpOption(data,yjData) {
|
||||||
lineStyle: {
|
lineStyle: {
|
||||||
// type: "dashed"
|
// type: "dashed"
|
||||||
},
|
},
|
||||||
data: data.map(o => o.de),
|
data: data.map(o => o.x),
|
||||||
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.dn),
|
data: data.map(o => o.y),
|
||||||
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.du),
|
data: data.map(o => o.h),
|
||||||
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:0.5,
|
sd:15,
|
||||||
sj:'2025-08-04 18:20:00',
|
sj:'2025-08-04 18:00:00',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
cz:'戴世英村',
|
cz:'程维德村',
|
||||||
rk:6,
|
rk:6,
|
||||||
sd:0.8,
|
sd:15,
|
||||||
sj:'2025-08-04 18:50:00',
|
sj:'2025-08-04 18:00:00',
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
const [data2,setData2] = useState([
|
const [data2,setData2] = useState([
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue