• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item6003: Loss of data when including chart from another topic

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension ChartPlugin Normal Closed   n/a  

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

Including a chart from another topic results in a curious (SpreadSheetPlugin-related?) effect, where a column of data is lost. Testcase:

Two topics, TopicOne and TopicTwo. TopicOne contains the following:

|   | A | B | Total |
| 1 | 7 | 9 | %CALC{$SUM(R$ROW():C1..R$ROW():C3)}% |
| 2 | 6 | 6 | %CALC{$SUM(R$ROW():C1..R$ROW():C3)}% |
| 3 | 4 | 2 | %CALC{$SUM(R$ROW():C1..R$ROW():C3)}% |
%CHART{ type="line" name="line3" data="R2:C2..R4:C7" legend="R1:C2..R1:C7" xaxis="R2:C1..R4:C1" yaxis="on" datalabel="on" }%
The data table and chart display as expected, with three lines on the chart.

TopicTwo contains the following:

%INCLUDE{"TopicOne"}%
The data table is displayed identically, and the chart is displayed correctly except the totals line is completely wrong.

-- TWiki:Main.CrawfordCurrie - 17 Sep 2008

That is spec, although an obscure one. This is a documentation fix: TWiki:Plugins.ChartPlugin#Charts_with_SEARCH_and_CALC - now in trunk and plugin repository.

-- TWiki:Main.PeterThoeny - 27 Jun 2010

Item6506 is follow-up on SpreadSheetPlugin documentation.

-- TWiki:Main.PeterThoeny - 27 Jun 2010

ItemTemplate
Summary Loss of data when including chart from another topic
ReportedBy TWiki:Main.CrawfordCurrie
Codebase ~twiki4
SVN Range TWiki-5.0.0, Fri, 12 Sep 2008, build 17509
AppliesTo Extension
Component ChartPlugin
Priority Normal
CurrentState Closed
WaitingFor

Checkins TWikirev:19132 TWikirev:19133
TargetRelease n/a
ReleasedIn

Edit | Attach | Watch | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r5 - 2010-06-27 - PeterThoeny
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback