[Rt-commit] rt branch, 4.6/lifecycle-ui-dev, repushed
Craig Kaiser
craig at bestpractical.com
Mon Dec 2 14:23:22 EST 2019
The branch 4.6/lifecycle-ui-dev was deleted and repushed:
was 51e18270ae70f64723d500c13c7bddfb6a6952c3
now b9777c05465ddb1a6c5f1c7342f585c5d73dc419
1: 51e18270ae ! 1: b9777c0546 Core Lifecycle-UI
@@ -1086,6 +1086,15 @@
+ var editor = new RT.NewEditor( container, config );
+ });
+ </script>
++ <div><p>
++ Click in the open space to <strong>add a node</strong>, drag from one node to another while holding control to <strong>add an edge</strong>.
++ <br>
++ Drag a node to <strong>move the graph layout</strong>.
++ <br>
++ Click a nodes text to <strong>edit attributes</stong> of the node.
++ <br>
++ <strong>Click</strong> an edge to interact with it.
++ </p></div>
+</div>
+
+<%INIT>
@@ -1516,7 +1525,7 @@
+
+ var self = this;
+ self.width = 960;
-+ self.height = 350;
++ self.height = 300;
+ self.node_radius = 35;
+
+ jQuery("#SaveNode").click(function( event ) {
@@ -1526,7 +1535,7 @@
+
+ self.svg = d3.select(container).select('svg')
+ .attr("preserveAspectRatio", "xMinYMin meet")
-+ .attr("viewBox", "0 0 960 500");
++ .attr("viewBox", "0 0 960 300");
+
+ self.config = config;
+ self.links = [];
More information about the rt-commit
mailing list