Hi!
As promised, here is a first try of multi point chart.
-=-=-=-=-=-=-=-= b := RTGrapher new.
d := RTMultipleData new. d barShape color: Color blue. d points: #( #('hello' 1 2 1) #('world' 2 4 2) #('bonjour' 3 5 4) #('Gutten Morgen' -1 4 -5)). d addMetric: #second. d addMetric: #third. d addMetric: #fourth.
"d barChartWithBarCenteredTitle: #first." d barChartWithBarTitle: #first rotation: -30.
b add: d.
b -=-=-=-=-=-=-=-=
Feedback are welcome!
@Thomas: The VisualWorks version will follow very soon.
Cheers, Alexandre
Thanks Alex! I’ll give it a shot and let you know.
Uko
On 23 Sep 2015, at 22:52, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi!
As promised, here is a first try of multi point chart.
-=-=-=-=-=-=-=-= b := RTGrapher new.
d := RTMultipleData new. d barShape color: Color blue. d points: #( #('hello' 1 2 1) #('world' 2 4 2) #('bonjour' 3 5 4) #('Gutten Morgen' -1 4 -5)). d addMetric: #second. d addMetric: #third. d addMetric: #fourth.
"d barChartWithBarCenteredTitle: #first." d barChartWithBarTitle: #first rotation: -30.
b add: d.
b
<Screen Shot 2015-09-23 at 5.45.12 PM.png>
Feedback are welcome!
@Thomas: The VisualWorks version will follow very soon.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu http://www.bergel.eu/ ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Oh, by the way. I have written a short section about it on: https://dl.dropboxusercontent.com/u/31543901/AgileVisualization/Grapher/0203...
It would be fantastic to spot what is missing in this chapter.
Cheers, Alexandre
On Sep 23, 2015, at 5:58 PM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Thanks Alex! I’ll give it a shot and let you know.
Uko
On 23 Sep 2015, at 22:52, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi!
As promised, here is a first try of multi point chart.
-=-=-=-=-=-=-=-= b := RTGrapher new.
d := RTMultipleData new. d barShape color: Color blue. d points: #( #('hello' 1 2 1) #('world' 2 4 2) #('bonjour' 3 5 4) #('Gutten Morgen' -1 4 -5)). d addMetric: #second. d addMetric: #third. d addMetric: #fourth.
"d barChartWithBarCenteredTitle: #first." d barChartWithBarTitle: #first rotation: -30.
b add: d.
b
<Screen Shot 2015-09-23 at 5.45.12 PM.png>
Feedback are welcome!
@Thomas: The VisualWorks version will follow very soon.
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.