question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hexagon shape in mermaid flowchart?

See original GitHub issue

According to the document, there are 6 shapes available (one found from the issues): [box] (rounded box) ((circle)) >flag-like box] {rhombus or diamond} (-oval-)

Is that possible to draw a hexagon in flowchart?

Normally, a flowchart uses diamond shape to represent a condition, but when the description text grows, the diamond becomes very very large. So I always use hexagons instead.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
knsvcommented, Sep 30, 2019

This should be fairly easy to implement. How so you think the syntax should be for the hexagon?

When implementing this, don’t forget:

  • Add examples in the documentation under docs
  • Add an e2e tests for this
1reaction
dotancohencommented, Sep 24, 2019

@Stale, flattened hexagons rule.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flowcharts - Basic Syntax | Mermaid
All Flowcharts are composed of nodes, the geometric shapes and edges, the arrows or lines. The mermaid code defines the way that these...
Read more >
Flowcharts · Diagrams and visualizations using Mermaid - Coda
All Flowcharts are composed of nodes, the geometric shapes and edges, the arrows or lines. ... Rhombus shape. A hexagon. Parallelogram. Parallelogram alt....
Read more >
Mermaid Flowchart does not render Cylindrical Shape (i.e. ...
This problem renders the mermaid feature utterly useless for creating flow charts.. Click to vote up. 5.
Read more >
Mermaid - Flow Chart & Diagram Tools | Part - 1 - YouTube
In this video, we will talk about a mermaid - A flow chart and diagram visualization tool based on JavaScript that uses syntax...
Read more >
Using Mermaid Flowcharts In Obsidian ‍♀️️ - YouTube
... over lines 14:13 Branching in Flow charts 14:53 Using IDs for your flow chart nodes 16:09 Node shape syntax 18:17 Flow chart...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found