Changes for page JavaScript (KLayJS)
Last modified by Richard Kreissig on 2023/09/14 10:14
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -Discontinued Projects 1 +KIELER.Home.Discontinued Projects.WebHome - 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.