Changes between Initial Version and Version 1 of Ticket #12080
- Timestamp:
- Dec 13, 2010, 6:14:21 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12080
-
Property
Status
changed from
new
toassigned
-
Property
Milestone
changed from
tbd
tofuture
-
Property
Status
changed from
-
Ticket #12080 – Description
initial v1 1 Step1: Enable silverlight for the gfx rendering 2 gfxRenderer: 'svg,silverlight,vml' 3 Step2: Create the chart contained with in border container with in a dojox.layout.FloatingPane. When the FloatingPane gets resized, it invokes the resize method on the border container, which in turn resizes on the chart. 1 Step1: Enable silverlight for the gfx rendering: 2 3 {{{ 4 gfxRenderer: 'svg,silverlight,vml' 5 }}} 6 7 Step2: Create the chart contained with in border container with in a `dojox.layout.FloatingPane`. When the `FloatingPane` gets resized, it invokes the resize method on the border container, which in turn resizes on the chart. 4 8 5 9 The issue is that even though the chart is been feed the correct size deals it will always render to the charts previous … … 7 11 8 12 This problem is only apparent when silverlight is used. 9