Good afternoon, I have been looking for a way to convert a chart to an image so that I can upload it to my flow to generate a PDF.
Creating a PDF works, but I can't find a way to link charts to my PDF. I have already tried several nodes to make 'screenshots', but they don't seem to work in the Dashboard, but they do on the 'internet'.
In the meantime, I have tackled my problem differently.
I still use the UI-Charts on my dashboard, but at the same time I have a buffer filled with the incoming data from my PLC.
This buffer is then converted using base64 to html code. The charts are built via "node-red-contrib-chart-image".