-- ALL --
draw
getChart
initializeData
reset
setTarget
update
Scripts
-- ALL --
[extent, AttributeConnection(<lively.morphic.HtmlWrapperMorph#D7236... - MorphHierrachyVisualization1>.extent --> <lively.morphic.HtmlWrapperMorph#D7236... - MorphHierrachyVisualization1>.updateDelayed)]
Connections
+
+
-
-
//
changed at Tue Dec 18 2012 13:16:23 GMT+0100 (CET) by jenslincke
this
.addScript(
function
update()
{
//
this.update();
if
(!
Global
.d3)
{
this
.stopStepping();
return
}
;
if
(!
this
.target)
return
this
.initializeData()
this
.draw();
}
).tag([]);
<lively.morphic.HtmlWrapperMorph#D7236... - MorphHierrachyVisualization1>
Tag:
all
run
save
Tests
ObjectEditor
X
M
–