Ticket #2365 (closed task: fixed)
Charting revisions for merge into 0.4.2 release
| Reported by: | ttrenka | Owned by: | ttrenka |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Charting | Version: | 0.4.1 |
| Severity: | normal | Keywords: | |
| Cc: |
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).