Opened 8 years ago
Closed 8 years ago
#15957 closed enhancement (fixed)
charting should support bidi mirroring
Reported by: | cjolif | Owned by: | cjolif |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Charting | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Charting already supports bidi text per #12642, it should also allow display mirroring.
Just as bidi text support it should be an optional module.
Attachments (2)
Change History (25)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Owner: | changed from Eugene Lazutkin to cjolif |
Status: | new → assigned |
comment:2 Changed 8 years ago by
comment:22 Changed 8 years ago by
Locale: English Browsers: IE8/Windows 7, FF10/Windows 7, FF10/Linux, Safari/MacOS
Procedure:
1- Set the direction for charts to right to left. (Use dir="rtl")
Actual Result:
Charts and Axes are not mirrored and the axis labels are displayed out of place
Expected Result:
When the direction of the chart is Left to Right (LTR), the chart and axes are displayed correctly and the axis labels are displayed in place.
On setting the direction to be Right to Left (RTL), the charts and axes should be mirrored and the axis labels are displayed in place
Changed 8 years ago by
Attachment: | Charts_Mirroring.patch added |
---|
implementation of bidi mirroring, thanks Hossam Katory (IBM, CCLA).
Changed 8 years ago by
Attachment: | DojoChartSupport.patch added |
---|
New implementation that applies correctly against trunk
#16041 is a duplicate of this ticket.