-
Notifications
You must be signed in to change notification settings - Fork 462
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
Triggers Pannel direct link rendered image bug #605
Labels
Milestone
Comments
I have also found a discussion on the "issue" tracker of Grafana Repoter IzakMarais/reporter#29 |
alexanderzobnin
changed the title
Triggers Pannel problem with Grafana-Reporter
Triggers Pannel direct link rendered image bug
Aug 6, 2018
Yes, looks like a bug during panel rendering. |
@alexanderzobnin Did you think you could fix it? :-) |
Yes, sure, I'll try to fix it in next patch release. |
Hi Alexander,
thanks very much! This is a cool fix for us.
Thank very much
…On Fri, 14 Sep 2018 at 20:10, Alexander Zobnin ***@***.***> wrote:
That was a trouble with phantomjs again (it renders panel as image on
backend side). It doesn't handle display: flex blocks properly, so we
have to add special hacks for CSS styles. Now it looks better:
[image: triggers-redesign]
<https://user-images.githubusercontent.com/4932851/45567457-8d327480-b862-11e8-95a9-1ffcadd8af8e.png>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#605 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AP6XPYmfuHfglfxk6wLc7w-KpibSRuvcks5ua_ESgaJpZM4VlNMj>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a ...
Software Versions
What did you do?
I'm testing a very cool tool for Grafana, Grafana Reporter (https://github.com/IzakMarais/reporter), this tool is able to create a PDF based on Grafana API and the panels inside a dashboard.
With every Grafana stock panels and Grafana Zabbix plugins i could create the PDF without problems but if i use "Triggers panel" inside my dashboard the PDF is created but on the place of "Triggeers Panel" i can only see a black image.
To create this PDF the Grafana Reporter download every panels using this API: http://xxx.xxx.xxx.xxx:3000/render/d-solo/7dhxGBKik/_?from=now-1h&height=150&panelId=5&theme=light&to=now&var-datasource=default&width=300
For Trigger Panel is the same: http://xxx.xxx.xxx.xxx:3000/render/d-solo/7dhxGBKik/_?from=now-1h&height=500&panelId=9&theme=light&to=now&var-datasource=default&width=1000
But in that case i can only see a blank image with the name of panel and the loading circle but not the line with triggers.
Please check below image:
For what i could understand seems not a problem of "Grafana Reporter" but something related on how Trigger Panel is made.
Could you check it?
Thanks very much for your great work!
The text was updated successfully, but these errors were encountered: