| ... |
... |
@@ -12,6 +12,8 @@ |
| 12 |
12 |
Provide automatic layout through KIML for the JGraph diagram library and develop a simple JGraph-based graph editor to test the integration with. |
| 13 |
13 |
* **{{jira showSummary="true" columns="key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution" id="KIELER JIRA" serverId="2851bd34-0bf1-3f02-ab12-7d77ccab0fae" key="KIPRA-1214"}}KIPRA-1214{{/jira}}Improved Edge Label Placement** |
| 14 |
14 |
Our layout algorithm already supports the placement of edge labels. However, there's still room for improvement... |
|
15 |
+* **Implement a [[KlayJS>>doc:JavaScript (KLayJS)]] adapter for D3.js** |
|
16 |
+The [[D3.js>>url:http://d3js.org/||shape="rect"]] library is a well-known and widely-used Javascript library for SVG-based visualizations and already comes with [[force-based graph layout >>url:http://bl.ocks.org/mbostock/4062045||shape="rect"]]algorithms. Implement an adapter that allows to use D3 with KlayJS. |
| 15 |
15 |
|
| 16 |
16 |
== Modeling Pragmatics == |
| 17 |
17 |
|