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

No Arrows shown #210

Open
jlaudenbach opened this issue Jul 22, 2021 · 0 comments
Open

No Arrows shown #210

jlaudenbach opened this issue Jul 22, 2021 · 0 comments

Comments

@jlaudenbach
Copy link

Hi, I am using Grafana Version 6.2.4 and Plugin Version 1.6.4

Everthing works fine, but the Diagram does not show any arrows. Only lines between the nodes.
Do I something wrong?

Here is my code example:

graph LR

classDef setStyle color:#000,fill:#fff,stroke-width:2px;
linkStyle default interpolate basis

1(New):::setStyle 
4(Screened):::setStyle 
18(Rejected):::setStyle 
17(Rejected with pool request):::setStyle 
16(Hired):::setStyle

1-->18
1-->17
1-->4
1-->16
4-->17
4-->18
4 -->16

Greetings,
Jan Laudenbach

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

1 participant