Hi!
Now one can freely enjoy EyeSee within Mondrian. You all did an excellent job to make this happen. Really cool!
Load Mondrian; open an easel; load eyesee using the command
Evaluate in the easel: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | diag factory | factory := ESDummyFactory new.
factory yValues: #(10 12 13 200 150 13 149 151). diag := ESDiagramRenderer new. (diag verticalBarDiagram) y: #yValue; regularAxis; width: 300; height: 200; setInvertedLinearFill; setColoredFill; models: factory buildDummies. "or setInvertedLinearFill"
view shape label withBorder.. view interaction popupView: [ :el :myView | myView shape: (MOEyeSeeDiagramShape new). myView node: diag ]. view node: 'move the mouse above me ' -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Cheers, Alexandre