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

truncated results #135

Open
reddiana opened this issue Mar 26, 2023 · 2 comments
Open

truncated results #135

reddiana opened this issue Mar 26, 2023 · 2 comments

Comments

@reddiana
Copy link

Sometimes, rendering results are truncated and displayed incompletely. Here are the cases I have tested:

curl --location 'http://182.195.92.127:8082/generate' \
--header 'Content-Type: text/plain' \
--data 'graph
    a --> b1
    d --> b3
    a --> b2
    a --> b3
    b1 --> c
    b2 --> c
    b3 --> c
    c --> d
    e --> f
    f --> d
'

image

@jhunters
Copy link

I met the same problem, did we has any solutions?

@TomWright
Copy link
Owner

mermaid-server essentially just runs mermaid-cli via HTTP. I have seen that the cli version used here is quite out of date. I will look at updating the cli to see if it:
A: Solves this problem
B: Allows access to some new argument which can solve this problem

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

3 participants