Hi!
Is there a way I can get the axis labels ?
I tried :
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| diag factory |
factory := ESDummyFactory new.
factory yValues: #(22 25 13 16 24 28 35 24 32 24 46 12).
factory identifiers:
#('January' 'February' 'March' 'April' 'Mai'
'June' 'July' 'August' 'September' 'October'
'November' 'December').
diag := ESDiagramRenderer new.
(diag lineDiagram)
y: #yValue;
width: 500;
height: 400;
lineWidth: 5;
defaultFontSize: 12;
identifier: #identifier;
labels: [:each | each];
defaultColor: Color blue;
yAxisLabel: 'Clients';
regularAxis;
deviationValue: 22;
deviationDescription: 'avg 2006';
models: factory buildDummies. "startLineAtZero;"
^ diag open
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
How can I get the months displayed in the axis?
By the way, there are some examples that do not work. Is there a chance to see them
fixed?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel
http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.