Browse Source

修改地图散点标记点

feature/big-screen
Qinghui.Liu 4 years ago
parent
commit
ee953baced
  1. 2
      designer-chart/src/main/java/com/fr/van/chart/map/designer/style/series/VanChartMapScatterMarkerPane.java

2
designer-chart/src/main/java/com/fr/van/chart/map/designer/style/series/VanChartMapScatterMarkerPane.java

@ -24,7 +24,7 @@ public class VanChartMapScatterMarkerPane extends VanChartCommonMarkerPane {
@Override
protected Marker[] getMarkers() {
return getNormalMarkersWithCustom(new MarkerType[]{MarkerType.MARKER_NULL});
return getNormalMarkersWithCustom(new MarkerType[0]);
}
@Override

Loading…
Cancel
Save