Opened 11 years ago
Closed 11 years ago
#10892 closed defect (fixed)
DataPresentation dynamic update with data shape change
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dojox | Version: | 1.4.0 |
Keywords: | Cc: | Mike Wilcox | |
Blocked By: | Blocking: |
Description
DataPresentation has a feature whereby data can be manually refreshed or automatically refreshed using a reload interval. In either case, it is possible that the data shape (set of data series found in the fetched data) changes from reload to reload, requiring the chart to be dynamically readjusted as well as new data appearing in the chart. At present, although new data series that appear in the data do indeed appear in the chart, old data series that were present in previous data but are no longer present in the new data are not being removed from the chart. Thus, if the data shape changes regularly, the number of data series in the chart grows and grows!
Attachments (1)
Change History (2)
Changed 11 years ago by
Attachment: | 100324-update.patch added |
---|
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [21616]) Fixes #10892: DataPresentation? dynamic update with data shape change
patch from Dave Clark (IBM, CCLA)