We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am using Grafana Version 6.2.4 and Plugin Version 1.6.4
6.2.4
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I am using Grafana Version
6.2.4
and Plugin Version1.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:
Greetings,
Jan Laudenbach
The text was updated successfully, but these errors were encountered: