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

Update Mermaid to support quadrantChart, mindmap, and timeline #254

Closed
kulogix opened this issue Jul 19, 2023 · 1 comment
Closed

Update Mermaid to support quadrantChart, mindmap, and timeline #254

kulogix opened this issue Jul 19, 2023 · 1 comment

Comments

@kulogix
Copy link

kulogix commented Jul 19, 2023

See sample diagrams at https://mermaid.live and https://mermaid.js.org/syntax/timeline.html

and below.

mindmap
  root((mindmap))
    Origins
      Long history
      ::icon(fa fa-book)
      Popularisation
        British popular psychology author Tony Buzan
    Research
      On effectivness<br/>and features
      On Automatic creation
        Uses
            Creative techniques
            Strategic planning
            Argument mapping
    Tools
      Pen and paper
      Mermaid
Loading
quadrantChart
    title Reach and engagement of campaigns
    x-axis Low Reach --> High Reach
    y-axis Low Engagement --> High Engagement
    quadrant-1 We should expand
    quadrant-2 Need to promote
    quadrant-3 Re-evaluate
    quadrant-4 May be improved
    Campaign A: [0.3, 0.6]
    Campaign B: [0.45, 0.23]
    Campaign C: [0.57, 0.69]
    Campaign D: [0.78, 0.34]
    Campaign E: [0.40, 0.34]
    Campaign F: [0.35, 0.78]
Loading
timeline
    title History of Social Media Platform
    2002 : LinkedIn
    2004 : Facebook : Google
    2005 : Youtube
    2006 : Twitter
Loading
@kulogix kulogix changed the title Update Mermaid to support quadrantChart and mindmap Update Mermaid to support quadrantChart, mindmap, and timeline Jul 19, 2023
@tw93
Copy link
Owner

tw93 commented Aug 29, 2023

Thanks for the feedback, I tested them all and they are all supported, please wait for the 1.13.0 update which is expected to be sent out by the end of this week!

image

@tw93 tw93 closed this as completed Aug 29, 2023
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

2 participants