feat: 新增线条配置

This commit is contained in:
奔跑的面条
2025-06-16 17:39:20 +08:00
parent a9bb5e5397
commit 076c174cb7
10 changed files with 292 additions and 9 deletions
@@ -98,5 +98,25 @@
"opacity": 1,
"texture": ""
}
},
"line": {
"style": {
"lineWidth": 1,
"lineCap": "butt",
"curveType": "linear"
}
},
"point": {
"visible": true,
"style": {
"symbolType": "circle",
"size": 10,
"fillOpacity": 1,
"lineWidth": 2,
"stroke": "#ffffff",
"strokeOpacity": 1,
"dx": 0,
"dy": 0
}
}
}