Thanks!Nice detail to put the label below the bar when the value is positive and above the bar when the value is negative ;)_______________________________________________On Tue, May 19, 2015 at 8:05 AM 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-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=Cheers,AlexandreOn May 18, 2015, at 6:48 PM, Miguel Campusano <mcampusa@dcc.uchile.cl> wrote:
Hi,
I'm working with RTDynamicStackedGrapher to generate dynamic stacked graph and I want to add a name on the X axis below every bar.
I see something like this working on RTStackedDataSet with the message barChartWithBarCenteredTitle: .
There is something working for RTDynamicStackedGrapher?______________________________________________________________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev