You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a new user, I want the documentation for charts from md tables to be correct, so that I don't fumble around for ten minutes trying to figure it out.
AC#1 Given documentation regarding creating charts from markdown tables, when I copypasta the sample code, it will look like this
| | Test1 | Test2 | Test3 |
| ----- | ----- | ----- | ----- |----|
| Data1 | 1 | 2 | 3.33 | |
| Data2 | 3 | 2 | 1 | |
| Data3 | 6.7 | 4 | 2 |^table|
Which seems to be the correct implementation.
Relevant errors (if available)
No response
Steps to reproduce
Consult the documentation here, and copy the table into a new obsidian doc.
and copy pasta the sample code for the chart and observe that the chart errors out.
Then create a 5th column with the ^table reference in any or all of the cells. Notice that the chart renders.
Expected Behavior
The docs are correct.
Addition context
No response
Language
No response
API Name
No response
Operating system
macOS
The text was updated successfully, but these errors were encountered:
Describe the bug
As a new user, I want the documentation for charts from md tables to be correct, so that I don't fumble around for ten minutes trying to figure it out.
AC#1 Given documentation regarding creating charts from markdown tables, when I copypasta the sample code, it will look like this
| | Test1 | Test2 | Test3 |
| ----- | ----- | ----- | ----- |----|
| Data1 | 1 | 2 | 3.33 | |
| Data2 | 3 | 2 | 1 | |
| Data3 | 6.7 | 4 | 2 |^table|
Which seems to be the correct implementation.
Relevant errors (if available)
No response
Steps to reproduce
Consult the documentation here, and copy the table into a new obsidian doc.
and copy pasta the sample code for the chart and observe that the chart errors out.
Then create a 5th column with the
^table
reference in any or all of the cells. Notice that the chart renders.Expected Behavior
The docs are correct.
Addition context
No response
Language
No response
API Name
No response
Operating system
macOS
The text was updated successfully, but these errors were encountered: