Opened 10 years ago
Closed 10 years ago
#12209 closed defect (fixed)
[patch][ccla] Chart3D is not working with GFX Canvas renderer
Reported by: | cjolif | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX GFX | Version: | 1.6.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This prevents mobile platforms that only support Canvas not SVG (Android) to display 3D Charts.
If you don't have a Android device or emulator, this can be tested by using Canvas renderer (gfxRenderer : 'canvas') on test_bars.html and test_cylinders.html.
The issue actually comes from GFX3D in particular the Viewport.setDimensions method that use the GFX rawNode of the Group that does not exist in Canvas.
The patch is preventing this call to rawNode. This is enough for the Chart3D to render correctly.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | object.patch added |
---|
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Component: | Charting → DojoX GFX |
---|
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Viewport fix for Canvas