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