Issue Details (XML | Word | Printable)

Key: CHRT-28
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Bob Swift
Reporter: Amit Khullar
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Chart Plugin

Chart Plugin to accept Data Column Names as a parameter

Created: 13/Jul/06 11:25 PM   Updated: 04/Jan/08 04:45 AM
Component/s: {chart}
Affects Version/s: None
Fix Version/s: 1.8

Time Tracking:
Not Specified

Labels:


 Description  « Hide
Hi,
Could we have a feature in the chart plugin where we could pass the column names that need to be used in the Chart. By having this capability we can use scaffolds in a much better way.
May be we could have something like {scaffold:IMX}
{chart:title=Test Matrix|type=line|width=500|height=300|legend=true|dataDisplay=true|dataOrientation=vertical|dataColumns=APass,AFail,ANA}

{table-data:AutomatedTesting}
|| Product / Module Name || Pass || Fail || NA || Total ||
| {text-data:AName} | {number-data:APass} | {number-data:AFail} | {number-data:ANA} | {eval-data:Total}${APass}+${AFail}+${ANA}{eval-data} | {table-data}
{chart}{scaffold}

This request has emerged from the link below.
http://confluence.atlassian.com/display/CONFEXT/Chart+Plugin?focusedCommentId=180735#comment-180735

Regards

Amit Khullar



 All   Comments   Work Log   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
Bob Swift added a comment - 14/Jul/06 07:24 AM
Sounds reasonable. Could also go by column index.

Bob Swift added a comment - 04/Mar/07 06:11 PM
columns parameter has been added that allows for column to be identified by index (1 based) or header text or header (html) title.