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
I would really love to see support for simple line charts and bar charts as well. As far as I know there is no Mermaid like text-based implementation that already does this. It would be a great addition to tools such as Joplin, that already uses Mermaid.
bar
title Bar Chart Example
xtitle Categories
ytitle Values
"Category 1" : 10
"Category 2" : 20
"Category 3" : 15
"Category 4" : 30
"Category 5" : 25
line
title Line Chart Example
xtitle Time
ytitle Values
xFormat %Y-%m-%d
"2023-01-01" : 10
"2023-02-01" : 20
"2023-03-01" : 15
"2023-04-01" : 30
"2023-05-01" : 25
The text was updated successfully, but these errors were encountered:
I would really love to see support for simple line charts and bar charts as well. As far as I know there is no Mermaid like text-based implementation that already does this. It would be a great addition to tools such as Joplin, that already uses Mermaid.
The text was updated successfully, but these errors were encountered: