On May 19, 2015, at 09:05, Alexandre Bergel <alexandre.bergel@me.com> wrote:Hi Miguel!I have just added it. Check this:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
b := RTDynamicStackedGrapher new.
b numberOfBars: 10.
b minY: -200; maxY: 200.
b y: #yourself.
b barShape color: (Color red alpha: 0.3).
b textBelow: #yourself. “<<<<===="
b view addMenu: '+ 1' callback: [ b add: 400 atRandom - 200 ].
b-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<Screen Shot 2015-05-19 at 8.05.22 AM.png>Cheers,Alexandre