Actions
Bug #1301
openFew positioning WCartesianChart bugs
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/22/2012
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I am adapting cartesian charts to my needs and I hit few bugs in positioning.
They are marked on the picture.
1. mixing axis title and value label when a value is near axis placement
- value labels are outside the bars when using setFillRange(Chart::MinimumValueFill)
- mixing graph title and axis title (in my case caused by setOrientation(Horizontal) and axis(Chart::YAxis).setLocation(Chart::MinimumValue) )
- zero tick is on the edge, tick with any other value has a small indent
Putting the value label outside the bar can be a cure to point 1, but beware of the default white color.
regards,
Jan
Files
Updated by Jan Hrubeš almost 13 years ago
Mixing titles appears only opera.
In FF and chrome are value labels under axis and overlapped.
Actions