<
From version < 26.2 >
edited by cds
on 2023/07/06 14:35
To version < 26.3 >
edited by cds
on 2023/07/06 14:35
>
Change comment: Updated the relative links.

Summary

Details

Page properties
Content
... ... @@ -16,7 +16,7 @@
16 16  
17 17  = Downloads =
18 18  
19 -[[doc:Downloads - KLayJS]]
19 +[[doc:KIELER.Downloads - KLayJS]]
20 20  
21 21  {{excerpt-include/}}
22 22  
... ... @@ -36,7 +36,7 @@
36 36  $klay.layout({ graph, options, success, error });
37 37  {{/code}}
38 38  
39 -* **graph** - the graph to be layouted in our [[JSON Format>>doc:JSON Graph Format]].
39 +* **graph** - the graph to be layouted in our [[JSON Format>>doc:KIELER.JSON Graph Format]].
40 40  * **options** - a JSON object containing layout options that should be used for every hierarchy level of the graph. The same effect can be achieved by specifying the //properties //for every compound node, however, using the //options// object offers a more convenient way. Further information on available layout options can be found [[here>>url:http://layout.rtsys.informatik.uni-kiel.de:9444/Providedlayout.html?algorithm=de.cau.cs.kieler.klay.layered||shape="rect"]].
41 41  * **success(//layouted//)** - a function to be called upon success, the layouted graph is passed as argument.
42 42  * **error(//obj//)** - a function to be called if an error occurs, an object is passed as argument which contains a //text// field with further information about the error.