The output of your JFree chart nodes is PNG, whereas the others are SVG. I would suggest that you need to convert the SVG to PNG before sending it to BIRT.
I don’t have BIRT on my machine at the moment, but I seem to remember that there is a way to scale images by editing the report config file (not that it was a fun experience).
Hi @DiaAzul ,thanks for your answer.
JFree does work with BIRT. I rather have the problem with Line Plot (Plotly). No matter what settings I make, it always remains a thumbnail
Agreed thatt JFree works with BIRT. I was suggesting that setting a custom image scaling might work (however, now I have BIRT installed that is not the case )
What does seem to work though is round tripping the image through the Render To Image node as shown below. If you take the output of the image to table, render from SVG to PNG using the render to image node, then extract that image from the table it appears to work OK.