Sometime between
ChartPlugin 1.401 and the current version, some previous functionality from the plugin (reversed tables) seems to have been lost.
16 Jun 2003: V1.100 - Add support for reversed tables (R999..R1), add new options of xaxisangle, numxgrids, and defaultdata, and allow sparse data.
Here is a test that one of our users provided.
---++Table Data
|Year | 1998 |1999 |2000 |2001 |2002 |
|Low | 8 |10 |13 |17 |22|
|Target | 10| 12 |17 |20 |25 |
|High | 12| 15 |19 |24 |29 |
|Actual | 9 |14 |15 |19 |27 |
---++Normal
%CHART{ type="line" name="line2" table="1" data="R2:C2..R5:C6" xaxis="R1:C2..R1:C6" legend="R2:C1..R5:C1" width="225" height="200" }%
---++Reverse
%CHART{ type="line" name="line3" table="1" data="R5:C6..R2:C2" xaxis="R1:C2..R1:C6" legend="R2:C1..R5:C1" width="225" height="200" }%
These both work on
ChartPlugin 1.401, but only the first chart (Normal) works on the latest version of
ChartPlugin.
--
TWiki:Main.BenEsacove
- 2010-07-19
Oh, that needs to be investigated. Possibly caused by someone updating the plugin package directly on twiki.org, without updating the SVN trunk/ChartPlugin.
--
TWiki:Main.PeterThoeny
- 2010-07-19
Fixed in the lasted checked in and uploaded files.
--
TaitCyrus - 2011-04-27