Skip to content

Any chance this could be make to work together with the Charts plugin? #80

Open
@n00bmind

Description

@n00bmind

Hi.
I'm currently using the Advanced Tables plugin to add a simple "totals" column to my tables, which is super useful.
My problem is I'd love to also be able to display these tables in a nice plot graph using the Charts plugin, but for that plugin to work with markdown tables, it needs those tables to define a block (e.g. ^my_table) right after the table itself, which totally collides with the formula syntax used by Advanced Tables.

i.e. I'm trying to do something like this:

|       | Test1 | Test2 | Test3 |
| ----- | ----- | ----- | ----- |
| Data1 | 1     | 2     | 3.33  |
| Data2 | 3     | 2     | 1     |
| Data3 | 6.7   | 4     | 2     |
| TOTAL |       |       |       |
^table
<!-- TBLFM: @>$2=sum(@I..@-1) -->

but if I try something like this the formula simply doesn't seem to work (nothing happens when I click "evaluate formula"), I can see no relevant errors in the debug info panel either.
Is there any other way of achieving this perhaps?

Many thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions