Issue 640 in moose-technology: Get the axis labels in a lineDiagram

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 640 in moose-technology: Get the axis labels in a lineDiagram

moose-technology
Status: New
Owner: [hidden email]
Labels: Type-Defect Priority-Medium Component-EyeSee

New issue 640 by [hidden email]: Get the axis labels in a lineDiagram
http://code.google.com/p/moose-technology/issues/detail?id=640

Get the axis labels in a lineDiagram in not working.
See example below:

| 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

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 640 in moose-technology: Get the axis labels in a lineDiagram

moose-technology
Updates:
        Status: Fixed

Comment #1 on issue 640 by [hidden email]: Get the axis labels in a  
lineDiagram
http://code.google.com/p/moose-technology/issues/detail?id=640

Fixed. Check ESExamples>>lineDiagram, lineDiagram2 and lineDiagram3.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 640 in moose-technology: Get the axis labels in a lineDiagram

moose-technology
Updates:
        Labels: Milestone-4.7

Comment #2 on issue 640 by [hidden email]: Get the axis labels in a  
lineDiagram
http://code.google.com/p/moose-technology/issues/detail?id=640

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev