Opened 10 years ago
Closed 9 years ago
#12010 closed defect (invalid)
dojox.charting.chart2d - margins don't work correctly
Reported by: | sgourley | Owned by: | sgourley |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | Charting | Version: | 1.5 |
Keywords: | Cc: | uhop, cjolif | |
Blocked By: | Blocking: |
Description
when chart2d margin is set to {l: 0,r: 0,t: 0,b: 0 } and when axis type is not "Invisible" then it reserves some space, even if it doesn't show anything, it reserves much more than needed.
Change History (6)
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Milestone: | 1.6 → future |
---|
comment:4 Changed 9 years ago by
Cc: | cjolif added |
---|
comment:5 Changed 9 years ago by
Owner: | changed from Eugene Lazutkin to sgourley |
---|---|
Status: | assigned → pending |
trunk/1.8 should solve too much reserve space problems. Please give it a try and give more details if you still have issues.
comment:6 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
The test shows that the default axis always reserves space for a tick, a gap, and a label. This behavior appears to be correct.
I saw problems with a vertical axis, which sometimes reserves too much space for labels. I'll continue looking for it.