Is there a way to select what rows of data you want to show on the chart macro?
For example I have a chart that has the following:
data1 10 20
data2 30 40
Total 40 60
For the chart, I only want to graph the last row "Total"
According to documentation it should be possible when defining "columns" parameter
https://confluence.atlassian.com/doc/chart-macro-163415075.html
But you can always copy the table, remove the unwanted data and leave only the column that you would like to see.
It looks like you're new here. Sign in or register to get started.