mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
fix(图表): 修复符号地图配置图形样式无效的问题
This commit is contained in:
parent
eeabbb1944
commit
5681680fbd
@ -276,6 +276,7 @@ export class SymbolicMap extends L7ChartView<Scene, L7Config> {
|
||||
await scene.addImage(`customIcon`, svgStrToUrl(svgEle.outerHTML))
|
||||
pointLayer.shape('customIcon')
|
||||
} else {
|
||||
pointLayer.shape(mapSymbol)
|
||||
pointLayer.color(colorsWithAlpha[0])
|
||||
pointLayer.style({
|
||||
stroke: colorsWithAlpha[0],
|
||||
|
Loading…
Reference in New Issue
Block a user