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
I hosted an example mermaid diagram in http://192.168.3.177:9001/example-mermaid.txt
http://192.168.3.177:9001/example-mermaid.txt
With
$ cat /tmp/example-mermaid.txt graph LR A --> B B --> C
Next I try to use the url for dynamic definition as
I can see the client browser doing GET requests however nothing gets displayed?
Does the dynamic plugin expects data in some other format?
Grafana version: grafana/grafana:8.0.2 Plugin installed via grafana-cli plugins install jdbranham-diagram-panel within docker
grafana-cli plugins install jdbranham-diagram-panel
The text was updated successfully, but these errors were encountered:
Check the network request in browser dev tools. I had this issue and my problem was incorrect CORS header from my API server.
Sorry, something went wrong.
No branches or pull requests
I hosted an example mermaid diagram in
http://192.168.3.177:9001/example-mermaid.txt
With
Next I try to use the url for dynamic definition as
I can see the client browser doing GET requests however nothing gets displayed?
Does the dynamic plugin expects data in some other format?
Grafana version: grafana/grafana:8.0.2
Plugin installed via
grafana-cli plugins install jdbranham-diagram-panel
within dockerThe text was updated successfully, but these errors were encountered: