mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增线条配置
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user