|
@@ -48,6 +48,7 @@ public class KgFacade extends KgServiceImpl {
|
|
|
throw new CommonException(CommonErrorCode.NOT_EXISTS);
|
|
|
} else {
|
|
|
Map<String,Object> itemStyleMap = new HashMap<>();
|
|
|
+ itemStyleMap.put("display",true);
|
|
|
long nodeId = 0;
|
|
|
categories.add(new CategorieDTO("中心词"));
|
|
|
categories.add(new CategorieDTO("关系"));
|
|
@@ -78,6 +79,7 @@ public class KgFacade extends KgServiceImpl {
|
|
|
for (NextNodeDTO baseNodeDTO : baseNodeRSDTO.getENodeDTOS()) {
|
|
|
Map<String,Object> childrenItemStyleMap = new HashMap<>();
|
|
|
String symbol = "circle";
|
|
|
+ childrenItemStyleMap.put("display", true);
|
|
|
// if (baseNodeDTO.getPCount() == 0) {
|
|
|
// childrenItemStyleMap.put("color", "#808080");
|
|
|
// }
|