IzakMarais / reporter

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

Unable to Organize my Panels #323

Closed afonsomarquesersc closed 1 year ago

afonsomarquesersc commented 2 years ago

Hi, can someone tell me if I can organize my panels per page? Example: I want one panel in a page and then two panels in another page.

IzakMarais commented 2 years ago

No this is not possible.

On Monday, April 11, 2022, 05:38:00 PM GMT+2, afonsomarquesersc ***@***.***> wrote:  

Hi, can someone tell me if I can organize my panels per page? Example: I want one panel in a page and then two panels in another page.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

afonsomarquesersc commented 2 years ago

Hi, i was able to organize it by creating a new template, but my graphs keep coming duplicated. My template(without packages and title page): documentclass is defined as a report not as an article, but using article type the problem remains. %%%%% \chapter{Text} \begin{figure}[!htpb] \centering \includegraphics[width=\textwidth]{image[[38]]} \end{figure} \FloatBarrier \newpage \section{Norte} \begin{figure}[!htpb] \centering \includegraphics[width=\textwidth]{image[[4]]} \end{figure} \begin{figure}[!htpb] \centering \includegraphics[width=\textwidth]{image[[5]]} \end{figure} \newpage \section{Sul} \begin{figure}[!htpb] \centering \includegraphics[width=\textwidth]{image[[6]]} \end{figure} \begin{figure}[!htpb] \centering \includegraphics[width=\textwidth]{image[[7]]} \end{figure}

IzakMarais commented 1 year ago

Jup, custom templates might help, bit this is pretty advanced, so you are on your own with debugging.