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

Flowchart diagram is truncated from below #3

Closed
Hunter-Github opened this issue Mar 17, 2015 · 3 comments
Closed

Flowchart diagram is truncated from below #3

Hunter-Github opened this issue Mar 17, 2015 · 3 comments

Comments

@Hunter-Github
Copy link

 ```
 graph LR
 A-->B
 B-->C
 C-->A
 D-->C
 ```

results in
snapshot1

Environment:
Node 0.12.0
Firefox 36.0.1

@tylerlong
Copy link
Collaborator

Confirmed. Flowchart feature is based on https://github.com/knsv/mermaid. I have created an issue to let them know: mermaid-js/mermaid#140.

@tylerlong
Copy link
Collaborator

It is fixed:

screen shot 2015-12-29 at 11 53 35 pm

@Hunter-Github
Copy link
Author

Great, thanks!

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