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 ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hello,
Sorry for the delay. I opened some tickets for that: http://code.google.com/p/moose-technology/issues/detail?id=639 http://code.google.com/p/moose-technology/issues/detail?id=640 http://code.google.com/p/moose-technology/issues/detail?id=641 regards, On Mon, May 30, 2011 at 10:41 PM, Alexandre Bergel <[hidden email]> wrote: Hi! -- Andre Hora _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hello Alex,
I fixed most of the examples that were not working. I will have a look now into the details. regards, On Fri, Jun 3, 2011 at 11:25 AM, Andre Hora <[hidden email]> wrote: Hello, -- Andre Hora _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Cool! Alexandre
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |