I'm trying to create a chart with the following example -
{chart:title=Project Status for IDMRQ}
{table-plus:autoTotal=true|columnTypes=S,I,I,I}
|| Project || Design || In Progress || Complete ||
| asda | 0 | 1 | 0 |
| Salmon | 1 | 0 | 0 |
| Tuna | 1 | 0 | 0 |
| stuff | 3 | 5 | 1 |
{table-plus}
{chart}
However, I'm getting the error -
chart: com.atlassian.renderer.v2.macro.MacroException: org.dom4j.DocumentException: Error on line 3 of document : Open quote is expected for attribute "autoTotal" associated with an element type "table". Nested exception: Open quote is expected for attribute "autoTotal" associated with an element type "table".
Is it possible to do auto totals in a table and chart?
thanks