#14052 closed defect (fixed)
axis title rotation is used to choose GFX labels against HTML labels even if no axis title is displayed.
Reported by: | cjolif | Owned by: | cjolif |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Charting | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Title rotation is taken into account in whether we decide to go for html or gfx labels. However _by default_ the horizontal axis title is rotated (because reversed 180°). Which means that by default whatever you do you will get gfx labels even if you don't display the title.
See:
http://dojo-toolkit.33424.n3.nabble.com/chart-axis-labels-in-1-6-now-SVG-was-HTML-td2698283.html
The minimum fix is to _not_ take into account the axis title rotation if the axis title is not displayed.
Change History (6)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Summary: | Axis labels that used to be HTML labels are now GFX labels even if I force htmlLabels: true → axis title rotation is used to choose GFX labels against HTML labels even if no axis title is displayed. |
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.7 |
---|
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In [26792]: