I am trying to insert data in the "tables" tab (comma separated) but it does not work... I've got a "no data available" message. I looked at the online documentation but only the result is shown, not the data in the edition window. Thanks
Yes, the chart macro operates on tables found within its body. In some cases subsetted by ids.
Think I know what the problem is. The tables have to be in the body of the chart macro. So if you want to display the data in both a table and a chart, you have to duplicate the data. Perhaps there's another way around this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have exactly the same problem. My example code that shows the problem is:
{table-plus:id=test} || Component || 05-Nov-2013 || 18-Nov-2013 || | Component X | 10 | 20 | | Component Y | 40 | 50 | {table-plus} {chart:type=line|tables=test} {chart}
If I wrap the chart around the table and don't use the id and tables then it works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you showed a picture of the edit screen or markup, we might be able to help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.