Hi!
I am experiencing a weird behavior when rotating text: an extra space seems to have been inserted. For example the screenshot shows ‘J anu ary’. Anyone has seen this before? Any idea how to fix it?
Cheers, Alexandre
2015-08-02 1:55 GMT+02:00 Alexandre Bergel alexandre.bergel@me.com:
Hi!
I am experiencing a weird behavior when rotating text: an extra space seems to have been inserted. For example the screenshot shows ‘J anu ary’. Anyone has seen this before? Any idea how to fix it?
Yes, I have seen that in other athens renderings (although not with that amount). Can you provide the script you used for that output ( I guess this is moose-5.1 with your recent additions for gantt charts)..
Nicolai
Cheers, Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Here is a script that may reproduce the problem: =-=—==-=—==-=—==-=—==-=—= | data b s | data := #(#(c1 0 5) #(c1 6 8) #(c2 0 5) #(c2 8 10) #(c3 0 10) #(c4 5 10) #(c5 5 8)).
b := RTTimeline new. s := RTTimelineSet new. s objects: data. s lineIdentifier: #first. s start: #second. s end: #third. b add: s. b axisX numberOfLabels: 5; labelRotation: -45; labelConversion: [ :v | Date year: 2015 day: v ]. b build. ^ b view =-=—==-=—==-=—==-=—==-=—=
Yesterday I had the problem I illustrated in my email. However, the problem does not show up…
Cheers, Alexandre