refactor: 关系图分组
This commit is contained in:
parent
edb5cf4d69
commit
d69d6d7415
|
@ -26,8 +26,7 @@ public class RelationshipGraphData {
|
|||
private String id;
|
||||
private Integer index;
|
||||
private String name;
|
||||
private Boolean highlight;
|
||||
private Boolean directRelationship;
|
||||
private Integer category; // 分组
|
||||
private Integer x;
|
||||
private Integer y;
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3720022aa4112787a1827917c6a8f5b16bc53712
|
||||
Subproject commit 5ff61b9e3fa8ba5141b299db5100faef5717dad8
|
|
@ -1 +1 @@
|
|||
Subproject commit 3fa771f4d4b0194f67e5e0114c8c4238f81ffdae
|
||||
Subproject commit 09d24f2e44047867840f82d77dbbfe7bff22ca43
|
|
@ -7,6 +7,7 @@ import 'echarts/lib/component/tooltip'
|
|||
import 'echarts/lib/component/title'
|
||||
import 'echarts/lib/component/toolbox';
|
||||
import 'echarts/lib/component/dataZoom';
|
||||
import 'echarts/lib/component/legend';
|
||||
import 'zrender/lib/svg/svg'
|
||||
|
||||
export default {
|
||||
|
|
Loading…
Reference in New Issue