Currently in ZARP output there are two plots that end with a specific suffix, therefore they are parsed and automatically put into the report by MultiQC, take a look here:
https://multiqc.info/docs/#multiqc-specific-data-file
So currently we just bluntly insert a pre-made png’s into the generated html (report)
Other tools, for which there are dedicated modules, generate this fancy interactive plots, you can hover over them with mouse to get additional information.
If we would like to go with that take a look here:
https://multiqc.info/docs/#writing-new-modules
Please take a look at the main webpage, they present an example of a RNA-Seq report:
https://multiqc.info/
(see example of interactive plots there)