IzakMarais / reporter

Service that generates a PDF report from a Grafana dashboard
Apache License 2.0
963 stars 309 forks source link

Grafana reporter not capturing all the data's in the table. #226

Closed venkatBG closed 4 years ago

venkatBG commented 4 years ago

I am using a customised plugins/panels named "Brian Gann datatable panel" for which the reporter iniatially was not able to generate the pdf reports. This was because the panel was not rendering PNG images, but now it has been fixed from the panel author and I able to generate the PDF. But the problem is, it is not fetching all the values from the table as table has many records with scrollable option. Is there a way to capture to all the records from the table? I have already used -grid-layout=1 which doesn't solve the issue.

gabrieln97 commented 4 years ago

I have the same problem here, were you able to fix it?

RidolfoFabien commented 4 years ago

Hello,

I have the same issue!! Did you find a solution ?!

IzakMarais commented 4 years ago

Sorry, if -grid-layout=1 does not fix it, I don't think there is a solution.