IzakMarais / reporter

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

Grafana reporter is cutting my table #296

Closed DjangoDani closed 1 year ago

DjangoDani commented 3 years ago

Hello,

First of all, thank you very much for developing such tool freely.

I'm facing an issue when i download the report itself, it is cutting part of my table when i use grid-layout. Is there a way to solve this issue by changing something or change the width which the table is generated?

Thanks in advance, Daniel Nascimento

love01211 commented 3 years ago

In the default options, the width of the output table is 1000 and the height is 500, so you can adjust the width of each column of your table through grafana, or modify the value in the code

therus000 commented 2 years ago

with which option i can use it? can u share please. what should i run in docker file to change this defualt settings

rllyryan commented 1 year ago

Hi @love01211 ,

I would also like to see where is this "default settings" that you mentioned.

IzakMarais commented 1 year ago

Duplicates https://github.com/IzakMarais/reporter/issues/277