Commit 7078482d by liyuhang19990520

11

parent 92e0040c
......@@ -192,6 +192,7 @@ export default {
// max_per_width: 400,
// min_per_height: 80,
// },
///////////////////////////////////////
{
label: "自动布局",
layoutName: "force",
......@@ -385,6 +386,7 @@ export default {
this.$refs.seeksRelationGraph.setJsonData(
__graph_json_data,
(seeksRGGraph) => {
////////////////////////////////
setTimeout(() => {
seeksRGGraph.graphSetting.layouter.stop();
}, 1000);
......@@ -744,6 +746,7 @@ export default {
links: linkArr,
},
(seeksRGGraph) => {
///////////////////////
setTimeout(() => {
seeksRGGraph.graphSetting.layouter.stop();
}, 1000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment