In an ROR app I'm building I would like to let the user choose some graphs on a page inside the app and display the chosen graphs on another page inside the app.
I'm using chartkick
to render the graphs. and the plan is to use the wickedpdf
gem or the PDFKit
to print the chosen graphs from the `graph page``
I haven't started building it yet, but I would like to know if someone have done this kind of function and could perhaps share his/her experience.