mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-30 02:38:30 +08:00
fix: 解决地图point的值展示错误的问题
This commit is contained in:
parent
b75cbea6cc
commit
d2ad32e08e
@ -84,7 +84,10 @@ export const option = {
|
||||
shadowColor: '#E1FFFF',
|
||||
shadowBlur: 10
|
||||
},
|
||||
data: []
|
||||
data: [],
|
||||
encode: {
|
||||
value: 2
|
||||
}
|
||||
},
|
||||
{
|
||||
name: '区域',
|
||||
|
Loading…
Reference in New Issue
Block a user