Opened 12 years ago
Closed 10 years ago
#10962 closed defect (fixed)
yaxis width calculated only by first and last label
Reported by: | Ganeshpuri | Owned by: | cjolif |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | Charting | Version: | 1.4.2 |
Keywords: | yaxis label with | Cc: | [email protected]…, deanw, davec, cjolif |
Blocked By: | Blocking: |
Description
If first and last item are very narrow the middle items are cut off in IE 8 and displayed incorrectly in FF. I've set up an example here: http://www.dojofaces.org/JSFExamples20/showRoom/test_DataChart_yaxis.faces
Change History (8)
comment:1 Changed 12 years ago by
Cc: | [email protected]… deanw davec added |
---|
comment:2 Changed 12 years ago by
Milestone: | tbd → future |
---|---|
Priority: | high → normal |
Status: | new → assigned |
comment:3 Changed 11 years ago by
Cc: | cjolif added |
---|
comment:4 Changed 11 years ago by
I did not test in 1.4.x but in 1.7/trunk the maxLabelSize property won't solve the issue. The more complete solution would probably be to implement a mechanism similar to #13180 to fully compute the needed room for the axis.
comment:6 Changed 10 years ago by
Milestone: | future → 1.8 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
comment:7 Changed 10 years ago by
Owner: | changed from Eugene Lazutkin to cjolif |
---|---|
Status: | reopened → new |
comment:8 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
From the inline doc:
If you specify
labelFunc
you should specifymaxLabelSize
in pixels.I keep this ticket open, because I prefer to see a more elegant solution to this problem.