Is it possible to use the ChartGenerator output chart without writing it to a PNG file first?
In my workspace I'm generating a few charts and I need to use them along with other data in the same workspace to output an html, an excel and a pdf files.
For example, you need to do something like this to generate an html file with images. I would have to save charts as temp PNG files to read them again in the same workspace and use some extra transformers to get the PNG as an attribute. Isn't there an easier approach?