Solved

Add a custom histogram to HTML

  • 12 December 2023
  • 1 reply
  • 17 views

Badge +4

Hi all,

 

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.

 

image 

Thank you!

icon

Best answer by redgeographics 12 December 2023, 09:00

View original

1 reply

Userlevel 5
Badge +32

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.

Reply