#2365 closed task (fixed)
Charting revisions for merge into 0.4.2 release
Reported by: | Tom Trenka | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Charting | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
A number of changes were made to the charting engine before rules for release implementation where put in place; this ticket is an attempt to reconcile the changes.
The following changes are bug fixes: r6702 r6700 r6699 r6698 r6697 r6398 r6396
Only one of those changes (r6398) was a documented bug, but it was fixed before the ticket was filed. The others were bugs fixed during the course of developing the next set of changes.
The following changes are related to the re-rendering of an already rendered chart, in an effort to support both straight redrawing and a change in the dimensions of a chart: r6758 r6701 r6669
The following change is an enhancement, allowing a user to specify a "between" range of data points to be used in the evaluation of a data set for a Series: r6730
All of these changes relate to either outright fixes for, or performance tweaks, to enable the animated rendering of an ever-changing series of data (i.e. real-time charting).
Change History (4)
comment:1 Changed 14 years ago by
Owner: | changed from Eugene Lazutkin to Tom Trenka |
---|
comment:2 Changed 14 years ago by
Component: | gfx (svg+vml) → Charting |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [7315]) Fixes #2365.