this.data.length) {\n this.data.push([])\n }\n var x = this.data[0].length ;\n this.data.forEach(function(row, index) {\n row.push({x: x, y: data[index]})\n })\n\n this.render();\n}","funcProperties":{"__isSmartRef__":true,"id":600},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"599":{"this":{"__isSmartRef__":true,"id":425}},"600":{},"601":{"varMapping":{"__isSmartRef__":true,"id":602},"source":"function maxYofData(data) {\n // this.maxYofData([[{x: 1, y:1}]])\n // this.maxYofData([[{x: 1, y:1}, {x: 2, y:2}],[{x: 1, y:2},{x: 2, y:3}]])\n // this.maxYofData(this.data)\n // data = this.data\n\n if (!data) return undefined;\n\n var xlength = data[0].length\n var ylength = data.length\n var sums = []\n // when the data collections are layed out weired I have to do it manually..\n for(var i=0; i < xlength; i++) {\n var s = 0;\n for(var j=0; j < ylength; j++) {\n s += data[j][i].y\n };\n sums.push(s)\n }\n return pv.max(sums)\n}","funcProperties":{"__isSmartRef__":true,"id":603},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"602":{"this":{"__isSmartRef__":true,"id":425}},"603":{},"604":{"sourceObj":{"__isSmartRef__":true,"id":309},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":307},"targetMethodName":"alignToMagnet","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"605":{"exec":{"__isSmartRef__":true,"id":606},"serverResult":{"__isSmartRef__":true,"id":607}},"606":{},"607":{},"608":{"morphMenuItems":{"__isSmartRef__":true,"id":609}},"609":{"varMapping":{"__isSmartRef__":true,"id":610},"source":"function morphMenuItems() {\n var visualConnector = this, con = this.con, world = this.world();\n var items = [\n ['edit converter', function() {\n var source = con.converterString || 'function converter(value) {\\n return value\\n}',\n editor = new lively.morphic.Text(new Rectangle(0,0, 400, 200), source);\n editor.doitContext = con;\n connect(editor, 'savedTextString', con, 'converterString', {updater:\n function($upd, source) { this.targetObj.converter = null; $upd(source) }});\n connect(editor, 'savedTextString', world, 'alertOK', {converter: \n function() { return 'setting new converter' }})\n editor.applyStyle({syntaxHighlighting: true, fontFamily: 'Courier', resizeWidth: true, resizeHeight: true});\n var title = con.targetObj.name && con.sourceObj.name ?\n 'Editor for ' + con.targetObj.name + ' -> ' + con.sourceObj.name :\n 'Editor for converter function';\n var window = world.addFramedMorph(editor, title)\n window.align(window.bounds().topCenter(), visualConnector.bounds().bottomCenter())\n }],\n ['hide', function() {\n visualConnector.disconnectFromMagnets();\n visualConnector.remove();\n }],\n ['disconnect', function() {\n alertOK('Disconnected ' + visualConnector.con);\n visualConnector.con.visualDisconnect();\n }],\n ['cancel', function() {}],\n ];\n return items;\n }","funcProperties":{"__isSmartRef__":true,"id":615},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"610":{"this":{"__isSmartRef__":true,"id":302},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":611}},"611":{"$super":{"__isSmartRef__":true,"id":612}},"612":{"varMapping":{"__isSmartRef__":true,"id":613},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":614},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"613":{"obj":{"__isSmartRef__":true,"id":302},"name":"morphMenuItems"},"614":{},"615":{},"616":{"sourceObj":{"__isSmartRef__":true,"id":86},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":84},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":617},{"__isSmartRef__":true,"id":619},{"__isSmartRef__":true,"id":621},{"__isSmartRef__":true,"id":623},{"__isSmartRef__":true,"id":617},{"__isSmartRef__":true,"id":619},{"__isSmartRef__":true,"id":621},{"__isSmartRef__":true,"id":623},{"__isSmartRef__":true,"id":625},{"__isSmartRef__":true,"id":656},{"__isSmartRef__":true,"id":658},{"__isSmartRef__":true,"id":660},{"__isSmartRef__":true,"id":673},{"__isSmartRef__":true,"id":675},{"__isSmartRef__":true,"id":677},{"__isSmartRef__":true,"id":679},{"__isSmartRef__":true,"id":681},{"__isSmartRef__":true,"id":683},{"__isSmartRef__":true,"id":685},{"__isSmartRef__":true,"id":687}],"oldTransform":{"__isSmartRef__":true,"id":689},"__LivelyClassName__":"lively.morphic.GeometryTransformConnection","__SourceModuleName__":"Global.lively.bindings.GeometryBindings"},"617":{"sourceObj":{"__isSmartRef__":true,"id":86},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":616},"varMapping":{"__isSmartRef__":true,"id":618},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"618":{"source":{"__isSmartRef__":true,"id":86},"target":{"__isSmartRef__":true,"id":616}},"619":{"sourceObj":{"__isSmartRef__":true,"id":86},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":616},"varMapping":{"__isSmartRef__":true,"id":620},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"620":{"source":{"__isSmartRef__":true,"id":86},"target":{"__isSmartRef__":true,"id":616}},"621":{"sourceObj":{"__isSmartRef__":true,"id":86},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":616},"varMapping":{"__isSmartRef__":true,"id":622},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"622":{"source":{"__isSmartRef__":true,"id":86},"target":{"__isSmartRef__":true,"id":616}},"623":{"sourceObj":{"__isSmartRef__":true,"id":86},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":624},"dependedBy":{"__isSmartRef__":true,"id":616},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"624":{"source":{"__isSmartRef__":true,"id":86},"target":{"__isSmartRef__":true,"id":616}},"625":{"sourceObj":{"__isSmartRef__":true,"id":626},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":672},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"626":{"submorphs":[{"__isSmartRef__":true,"id":627},{"__isSmartRef__":true,"id":86}],"scripts":[],"id":"E8FFD974-BC23-42C4-94DD-13022824DD3E","shape":{"__isSmartRef__":true,"id":650},"__layered_droppingEnabled__":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"ProtovisStackDrawing","partsBinMetaInfo":{"__isSmartRef__":true,"id":651},"eventHandler":{"__isSmartRef__":true,"id":652},"layout":{"__isSmartRef__":true,"id":653},"connections":{"__isSmartRef__":true,"id":654},"derivationIds":[2618],"_ClipMode":"visible","_Scale":1.0040100200350561,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":2},"__serializedExpressions__":["_Position"],"attributeConnections":[{"__isSmartRef__":true,"id":625},{"__isSmartRef__":true,"id":656},{"__isSmartRef__":true,"id":658},{"__isSmartRef__":true,"id":660}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":662},"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core","_Position":"lively.pt(719.9,290.0)"},"627":{"submorphs":[{"__isSmartRef__":true,"id":628}],"scripts":[],"id":"3938517F-8867-4DD1-AE35-6154E3A1E770","shape":{"__isSmartRef__":true,"id":633},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":634},"lighterFill":{"__isSmartRef__":true,"id":639},"label":{"__isSmartRef__":true,"id":628},"attributeConnections":[{"__isSmartRef__":true,"id":644},{"__isSmartRef__":true,"id":646}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"name":"resetButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":648},"eventHandler":{"__isSmartRef__":true,"id":649},"owner":{"__isSmartRef__":true,"id":626},"derivationIds":[2620],"_ClipMode":"visible","_Rotation":0,"_Scale":1.089423869470782,"isPressed":false,"__serializedExpressions__":["_Position","padding"],"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":"lively.pt(103.6,-222.1)","padding":"lively.rect(5,0,0,0)"},"628":{"submorphs":[],"scripts":[],"id":"187B74BA-742E-405E-906E-55AD7A5274B9","shape":{"__isSmartRef__":true,"id":629},"grabbingEnabled":false,"__layered_droppingEnabled__":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":116,"_MaxTextHeight":18,"fixedHeight":true,"allowsInput":false,"_OverflowMode":"visible","registeredForMouseEvents":true,"owner":{"__isSmartRef__":true,"id":627},"eventsAreIgnored":true,"textChunks":[{"__isSmartRef__":true,"id":630}],"prevScroll":[0,0],"_FontFamily":"Helvetica, Sans-Serif","eventHandler":{"__isSmartRef__":true,"id":632},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","derivationIds":[2621],"_WordBreak":"break-all","__serializedExpressions__":["_Position","textColor","padding","_Padding"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore","_Position":"lively.pt(0.0,0.0)","textColor":"Color.rgb(0,0,0)","padding":"lively.rect(5,0,0,0)","_Padding":"lively.rect(0,0,0,0)"},"629":{"borderWidth":0,"fill":null,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,18.0)","_BorderColor":"Color.rgb(0,0,0)","_Padding":"lively.rect(0,3,0,0)"},"630":{"style":{"__isSmartRef__":true,"id":631},"chunkOwner":{"__isSmartRef__":true,"id":628},"storedString":"reset","_id":"_129","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"631":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"632":{"morph":{"__isSmartRef__":true,"id":628},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"633":{"_Fill":{"__isSmartRef__":true,"id":634},"_BorderWidth":1,"_BorderRadius":5,"__serializedExpressions__":["_Position","_Extent","_BorderColor","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(116.0,20.0)","_BorderColor":"Color.rgb(214,214,214)","_Padding":"lively.rect(0,0,0,0)"},"634":{"stops":[{"__isSmartRef__":true,"id":635},{"__isSmartRef__":true,"id":636},{"__isSmartRef__":true,"id":637},{"__isSmartRef__":true,"id":638}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"635":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(245,245,245)"},"636":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"637":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(209,209,209)"},"638":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(240,240,240)"},"639":{"stops":[{"__isSmartRef__":true,"id":640},{"__isSmartRef__":true,"id":641},{"__isSmartRef__":true,"id":642},{"__isSmartRef__":true,"id":643}],"__serializedExpressions__":["vector"],"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes","vector":"lively.rect(0,0,0,1)"},"640":{"offset":0,"__serializedExpressions__":["color"],"color":"Color.rgb(250,250,250)"},"641":{"offset":0.4,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"642":{"offset":0.6,"__serializedExpressions__":["color"],"color":"Color.rgb(232,232,232)"},"643":{"offset":1,"__serializedExpressions__":["color"],"color":"Color.rgb(248,248,248)"},"644":{"sourceObj":{"__isSmartRef__":true,"id":627},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":86},"targetMethodName":"reset","converterString":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":645},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"645":{"source":{"__isSmartRef__":true,"id":627},"target":{"__isSmartRef__":true,"id":86}},"646":{"sourceObj":{"__isSmartRef__":true,"id":627},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":86},"targetMethodName":"render","converterString":null,"updaterString":"function ($upd) { this.targetObj.data = [[{x:0, y:0}]]; $upd() }","varMapping":{"__isSmartRef__":true,"id":647},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"647":{"source":{"__isSmartRef__":true,"id":627},"target":{"__isSmartRef__":true,"id":86}},"648":{"partsSpaceName":"PartsBin/Inputs/","migrationLevel":2,"comment":"Simple button. Connect to 'fire' to trigger actions when the button is pressed.","partName":"Button","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"649":{"morph":{"__isSmartRef__":true,"id":627},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"650":{"_BorderWidth":1,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__serializedExpressions__":["position","_Extent","_BorderColor","_Fill","_Position","_Padding"],"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes","position":"lively.pt(0.0,0.0)","_Extent":"lively.pt(565.2,359.1)","_BorderColor":"Color.rgb(0,0,0)","_Fill":"Color.rgb(255,255,255)","_Position":"lively.pt(-261.5,-235.5)","_Padding":"lively.rect(0,0,0,0)"},"651":{"migrationLevel":2,"partsSpaceName":"PartsBin/Visualization/","partName":"ProtovisStackDrawing","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo","__SourceModuleName__":"Global.lively.PartsBin"},"652":{"morph":{"__isSmartRef__":true,"id":626},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"653":{},"654":{"addDataAndRender":{"__isSmartRef__":true,"id":655}},"655":{},"656":{"sourceObj":{"__isSmartRef__":true,"id":626},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":657},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"657":{"source":{"__isSmartRef__":true,"id":626},"target":{"__isSmartRef__":true,"id":616}},"658":{"sourceObj":{"__isSmartRef__":true,"id":626},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":659},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"659":{"source":{"__isSmartRef__":true,"id":626},"target":{"__isSmartRef__":true,"id":616}},"660":{"sourceObj":{"__isSmartRef__":true,"id":626},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":661},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"661":{"source":{"__isSmartRef__":true,"id":626},"target":{"__isSmartRef__":true,"id":616}},"662":{"addDataAndRender":{"__isSmartRef__":true,"id":663},"reset":{"__isSmartRef__":true,"id":666},"setupConnections":{"__isSmartRef__":true,"id":669}},"663":{"varMapping":{"__isSmartRef__":true,"id":664},"source":"function addDataAndRender(data) {\n this.get('ProtovisMorph').addDataAndRender(data)\n}","funcProperties":{"__isSmartRef__":true,"id":665},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"664":{"this":{"__isSmartRef__":true,"id":626}},"665":{},"666":{"varMapping":{"__isSmartRef__":true,"id":667},"source":"function reset() {\n this.connections = {addDataAndRender: {}}\n this.get('ProtovisMorph').reset();\n}","funcProperties":{"__isSmartRef__":true,"id":668},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"667":{"this":{"__isSmartRef__":true,"id":626}},"668":{},"669":{"varMapping":{"__isSmartRef__":true,"id":670},"source":"function setupConnections() {\n connect(this.get('resetButton'), 'fire', this.get('ProtovisMorph'), 'render',\n {updater: function($upd) { this.targetObj.data = []; $upd() }})\n}","funcProperties":{"__isSmartRef__":true,"id":671},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"670":{"this":{"__isSmartRef__":true,"id":626}},"671":{},"672":{"source":{"__isSmartRef__":true,"id":626},"target":{"__isSmartRef__":true,"id":616}},"673":{"sourceObj":{"__isSmartRef__":true,"id":2},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":674},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"674":{"source":{"__isSmartRef__":true,"id":2},"target":{"__isSmartRef__":true,"id":616}},"675":{"sourceObj":{"__isSmartRef__":true,"id":2},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":676},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"676":{"source":{"__isSmartRef__":true,"id":2},"target":{"__isSmartRef__":true,"id":616}},"677":{"sourceObj":{"__isSmartRef__":true,"id":2},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":678},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"678":{"source":{"__isSmartRef__":true,"id":2},"target":{"__isSmartRef__":true,"id":616}},"679":{"sourceObj":{"__isSmartRef__":true,"id":2},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":680},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"680":{"source":{"__isSmartRef__":true,"id":2},"target":{"__isSmartRef__":true,"id":616}},"681":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":682},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"682":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":616}},"683":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":684},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"684":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":616}},"685":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"signalTarget","varMapping":{"__isSmartRef__":true,"id":686},"dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"686":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":616}},"687":{"sourceObj":{"__isSmartRef__":true,"id":1},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":616},"targetMethodName":"updateOwners","varMapping":{"__isSmartRef__":true,"id":688},"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","dependedBy":{"__isSmartRef__":true,"id":616},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings.Core"},"688":{"source":{"__isSmartRef__":true,"id":1},"target":{"__isSmartRef__":true,"id":616}},"689":{"d":0.9980029960049944,"a":0.9980029960049944,"f":257.3,"e":574.4,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":690},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"690":{"a":0.9980029960049944,"b":0,"c":0,"d":0.9980029960049944,"e":574.4,"f":257.3,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Graphics"},"691":{"draw":{"__isSmartRef__":true,"id":692},"prepareForNewRenderContext":{"__isSmartRef__":true,"id":702},"addDataAndRender":{"__isSmartRef__":true,"id":709},"reset":{"__isSmartRef__":true,"id":712},"setChartType":{"__isSmartRef__":true,"id":715},"drawStackChart":{"__isSmartRef__":true,"id":699},"setupStackExample":{"__isSmartRef__":true,"id":718},"addDataColumnAndRender":{"__isSmartRef__":true,"id":721},"maxYofData":{"__isSmartRef__":true,"id":724}},"692":{"varMapping":{"__isSmartRef__":true,"id":693},"source":"function drawStackChart(w, h) {\n w = w - 30;\n h = h - 25;\n \n var maxX = this.data[0].length,\n maxY = this.maxYofData(this.data) || 10;\n\n var x = pv.Scale.linear(0, maxX).range(0, w),\n y = pv.Scale.linear(0, maxY).range(0, h);\n\n var vis = new pv.Panel()\n .width(w)\n .height(h)\n .bottom(20)\n .left(20)\n .right(10)\n .top(5);\n\n /* X-axis and ticks. */\n vis.add(pv.Rule)\n .data(x.ticks())\n .visible(function(d){return d})\n .left(x)\n .bottom(-5)\n .height(5)\n .anchor(\"bottom\").add(pv.Label)\n .text(x.tickFormat);\n\n /* The stack layout. */\n vis.add(pv.Layout.Stack)\n .layers(this.data)\n .x(function(d){return x(d.x)})\n .y(function(d){return y(d.y)})\n .layer.add(pv.Area);\n\n /* Y-axis and ticks. */\n vis.add(pv.Rule)\n .data(y.ticks(3))\n .bottom(y)\n .strokeStyle(function(d){return d ? \"rgba(128,128,128,.2)\" : \"#000\"})\n .anchor(\"left\").add(pv.Label)\n .text(y.tickFormat);\n\n return vis;\n}","funcProperties":{"__isSmartRef__":true,"id":698},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"693":{"this":{"__isSmartRef__":true,"id":86},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":694}},"694":{"$super":{"__isSmartRef__":true,"id":695}},"695":{"varMapping":{"__isSmartRef__":true,"id":696},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch (e) {\n if ($world)\n $world.logError(e, 'Error in $super call')\n else\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":697},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global.lively.lang.Closure"},"696":{"obj":{"__isSmartRef__":true,"id":86},"name":"draw"},"697":{},"698":{"hasLivelyClosure":true,"livelyClosure":{"__isSmartRef__":true,"id":699},"declaredObject":"