Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
n00bmind opened this issue Mar 10, 2024 · 1 comment
Open

Comments

@n00bmind
Copy link

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

@n00bmind
Copy link
Author

n00bmind commented Jul 1, 2024

For the record, somebody seems to have found a workaround for this issue.. see phibr0/obsidian-charts#117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant