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

Support for simple bar and line charts #4773

Closed
JaneX8 opened this issue Aug 25, 2023 · 1 comment
Closed

Support for simple bar and line charts #4773

JaneX8 opened this issue Aug 25, 2023 · 1 comment
Labels
roadmap items to add to roadmap for auto workflow Status: Triage Needs to be verified, categorized, etc

Comments

@JaneX8
Copy link

JaneX8 commented Aug 25, 2023

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
@github-actions github-actions bot added the Status: Triage Needs to be verified, categorized, etc label Aug 25, 2023
@Yokozuna59
Copy link
Member

It's a duplicate of #4269, and it's being developed in #4413.

@Yokozuna59 Yokozuna59 added the roadmap items to add to roadmap for auto workflow label Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roadmap items to add to roadmap for auto workflow Status: Triage Needs to be verified, categorized, etc
Projects
None yet
Development

No branches or pull requests

2 participants