Skip to content

Commit

Permalink
fix: update graph analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
baizn committed Sep 27, 2023
1 parent e997040 commit 19cb851
Showing 1 changed file with 31 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ export default {
],
"components": [
"ActivateRelations",
"AdvanceNeighborsQuery",
"CanvasSetting",
"ClearCanvas",
"ConfigQuery",
"ContextMenu",
"DoubleClickExpandNode",
"FilterPanel",
"GraphDemo",
"GremlinQuery",
"Initializer",
"JSONMode",
Expand All @@ -24,21 +24,21 @@ export default {
"LayoutContent",
"LayoutSwitchTool",
"Loading",
"NeighborsQuery",
"PinNodeWithMenu",
"Placeholder",
"PointEdgeView",
"PropertyGraphInitializer",
"RemoveNodeWithMenu",
"RichContainer",
"SimpleQuery",
"ToggleClusterWithMenu",
"Toolbar",
"TuGraphAttributesFilter",
"TuGraphBack",
"TuGraphPathQuery",
"TuGraphPropertiesPanel",
"TuGraphStatisticsFilter",
"TuGraphStyleSetting",
"RemoveNodeWithMenu"
"TuGraphStyleSetting"
],
"layouts": [
"Force2",
Expand Down Expand Up @@ -99,6 +99,15 @@ export default {
"modifierKey": "alt"
}
},
{
"id": "AdvanceNeighborsQuery",
"type": "GIAC_MENU",
"name": "高级邻居查询",
"props": {
"serviceId": "TuGraph-DB/neighborsQueryService",
"languageServiceId": "TuGraph-DB/languageQueryService"
}
},
{
"id": "CanvasSetting",
"type": "AUTO",
Expand Down Expand Up @@ -190,7 +199,7 @@ export default {
"name": "右键菜单",
"props": {
"GI_CONTAINER": [
"NeighborsQuery",
"AdvanceNeighborsQuery",
"ToggleClusterWithMenu",
"PinNodeWithMenu",
"RemoveNodeWithMenu"
Expand Down Expand Up @@ -253,31 +262,6 @@ export default {
}
}
},
{
"id": "GraphDemo",
"type": "GIAC",
"name": "Graph Demo 示例",
"props": {
"GI_CONTAINER_INDEX": 2,
"GIAC": {
"visible": false,
"disabled": false,
"isShowTitle": false,
"title": "Demo 示例",
"isShowIcon": true,
"icon": "icon-xiaodengpao",
"iconFontSize": "25px",
"buttonType": "text",
"isShowTooltip": true,
"tooltip": "",
"tooltipColor": "rgba(0,0,0,1)",
"tooltipPlacement": "top",
"hasDivider": false,
"height": "46px",
"isVertical": true
}
}
},
{
"id": "GremlinQuery",
"type": "GIAC_CONTENT",
Expand Down Expand Up @@ -493,26 +477,11 @@ export default {
"name": "加载动画",
"props": {}
},
{
"id": "NeighborsQuery",
"type": "GIAC_MENU",
"name": "邻居查询",
"props": {
"serviceId": "GI/NeighborsQuery",
"degree": "1",
"isFocus": true,
"menuServiceId": "GI/NeighborsQueryMenu",
"limit": 100
}
},
{
"id": "PinNodeWithMenu",
"type": "GIAC_MENU",
"name": "固定节点(MENU)",
"props": {
"color": "#fff",
"fill": "#262626"
}
"props": {}
},
{
"id": "Placeholder",
Expand All @@ -538,6 +507,12 @@ export default {
"name": "属性图计算",
"props": {}
},
{
"id": "RemoveNodeWithMenu",
"type": "GIAC_MENU",
"name": "节点删除",
"props": {}
},
{
"id": "RichContainer",
"type": "GICC_LAYOUT",
Expand Down Expand Up @@ -599,6 +574,12 @@ export default {
"isSheet": false
}
},
{
"id": "SimpleQuery",
"type": "AUTO",
"name": "简单查询",
"props": {}
},
{
"id": "ToggleClusterWithMenu",
"type": "GIAC_MENU",
Expand Down Expand Up @@ -780,12 +761,6 @@ export default {
"contaienrMask": false
}
}
},
{
"id": "RemoveNodeWithMenu",
"type": "GIAC_MENU",
"name": "节点删除",
"props": {}
}
],
"layout": {
Expand Down Expand Up @@ -849,12 +824,7 @@ export default {
"id": "navbar-right",
"name": "导航右区",
"required": true,
"GI_CONTAINER": [
{
"value": "GraphDemo",
"label": "Graph Demo 示例"
}
],
"GI_CONTAINER": [],
"display": true
},
{
Expand Down Expand Up @@ -1108,6 +1078,7 @@ export default {
"Placeholder",
"PointEdgeView",
"PropertyGraphInitializer",
"SimpleQuery",
"TuGraphPropertiesPanel"
],
"display": true
Expand Down Expand Up @@ -1448,9 +1419,9 @@ export default {
},
"GI_ASSETS_TUGRAPH_DB": {
"name": "@tugraph/gi-assets-tugraph-db",
"version": "0.6.25",
"version": "0.6.26",
"global": "GI_ASSETS_TUGRAPH_DB",
"url": "https://gw.alipayobjects.com/os/lib/tugraph/gi-assets-tugraph-db/0.6.25/dist/index.min.js"
"url": "https://gw.alipayobjects.com/os/lib/tugraph/gi-assets-tugraph-db/0.6.26/dist/index.min.js"
}
}
}

0 comments on commit 19cb851

Please sign in to comment.