Is it possible to add a generated histogram to HTML? I was going to output as a PNG also but wanted to export within an HTML dashboard.
Doesn't seem like it is going to work based on the options of linked or from an already exported image.
Thank you!
Best answer by redgeographics
If the output of the Histogram transformer (please do not rename your transformers, I have no idea which one that is now...) is a PNG you'll need to write that out to a location that can be reached from the machine that eventually will end up viewing your HTML. Inside the HTMLReportGenerator you can add a Custom HTML section in which you can use an <img> tag to place that PNG image.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
If the output of the Histogram transformer (please do not rename your transformers, I have no idea which one that is now...) is a PNG you'll need to write that out to a location that can be reached from the machine that eventually will end up viewing your HTML. Inside the HTMLReportGenerator you can add a Custom HTML section in which you can use an <img> tag to place that PNG image.