Issue 945 in moose-technology: Truncating right yAxis labels in EyeSee

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

Issue 945 in moose-technology: Truncating right yAxis labels in EyeSee

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 945 by [hidden email]: Truncating right yAxis labels in  
EyeSee
http://code.google.com/p/moose-technology/issues/detail?id=945

Charts made look fine in the browser, but if you export to PNG (or other  
formats), any labels axis values on a right axis will be truncated.

It should instead keep all drawing within the bounds of the canvas being  
drawn on - I believe EyeSee is drawing outside of its bounds (allowed in  
Pharo, interstingly, so you don't see the effects except when exporting).

to reproduce:
values := #( 1 5 10 40 70 100).
chart := ESDiagramRenderer new.
(chart verticalBarDiagram)
        rightYAxis;
        y: #value;
        yAxisLabel: 'Right Label';
        regularAxis;
        preferredAxisMaxY: 111;
        models: values;
        yourself.
chart open

then export to PNG (or GIF).  Look at that PNG, and you'll see the issue.

Please fill in the labels with the following information:
* Type-Defect
* Component-EyeSee

--
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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 945 in moose-technology: Truncating right yAxis labels in EyeSee

moose-technology

Comment #1 on issue 945 by [hidden email]: Truncating right yAxis  
labels in EyeSee
http://code.google.com/p/moose-technology/issues/detail?id=945

Tx Chris for reporting this.
I remarked that too recently but didn't have time to report.
Can someone have a look, plz?

--
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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 945 in moose-technology: Truncating right yAxis labels in EyeSee

moose-technology
Updates:
        Status: Fixed
        Cc: [hidden email]

Comment #2 on issue 945 by [hidden email]: Truncating right yAxis  
labels in EyeSee
http://code.google.com/p/moose-technology/issues/detail?id=945

Just fixed that.

=======

- Fixed Issue 945 + related issues on exporting the canvas.

- Some cleaning.

- Updated call in ESCanvas>>exportWith:extension:

from:

"directoryName pathName, FileSystem pathNameDelimiter asString, fName"

to:

"directoryName fullName, FileSystem disk delimiter asString, fName"

--
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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 945 in moose-technology: Truncating right yAxis labels in EyeSee

moose-technology

Comment #3 on issue 945 by [hidden email]: Truncating right yAxis  
labels in EyeSee
http://code.google.com/p/moose-technology/issues/detail?id=945

(No comment was entered for this change.)

Attachments:
        EyeSee-2013-06-14-1504.png  4.6 KB

--
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
cbc
Reply | Threaded
Open this post in threaded view
|

Re: Issue 945 in moose-technology: Truncating right yAxis labels in EyeSee

cbc
Thank you!  This fixes the problem - it nows looks wonderful when exported.

-Chris


On Fri, Jun 14, 2013 at 6:06 AM, <[hidden email]> wrote:

Comment #3 on issue 945 by [hidden email]: Truncating right yAxis labels in EyeSee
http://code.google.com/p/moose-technology/issues/detail?id=945

(No comment was entered for this change.)

Attachments:
        EyeSee-2013-06-14-1504.png  4.6 KB

--
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


_______________________________________________
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 945 in moose-technology: Truncating right yAxis labels in EyeSee

Usman Bhatti
Tx André.


On Fri, Jun 14, 2013 at 6:47 PM, Chris Cunningham <[hidden email]> wrote:
Thank you!  This fixes the problem - it nows looks wonderful when exported.

-Chris


On Fri, Jun 14, 2013 at 6:06 AM, <[hidden email]> wrote:

Comment #3 on issue 945 by [hidden email]: Truncating right yAxis labels in EyeSee
http://code.google.com/p/moose-technology/issues/detail?id=945

(No comment was entered for this change.)

Attachments:
        EyeSee-2013-06-14-1504.png  4.6 KB

--
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


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



_______________________________________________
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 945 in moose-technology: Truncating right yAxis labels in EyeSee

moose-technology
In reply to this post by moose-technology

Comment #4 on issue 945 by [hidden email]: Truncating right yAxis  
labels in EyeSee
http://code.google.com/p/moose-technology/issues/detail?id=945

tx André :)

--
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