Using Visualization on a web site with ichart-js mentioned in covid-data blog post

Hello,

I am just learning the postman tool, and realize it is mainly just for testing APIs, but want to utilize the visualization tool referenced below, as I want to create and display some covid-19 related health charts on my web site. This article by Joyce described how to create the graphs in Postman, but it doesn’t explain how to actually export the code or what you need to deploy it on the back-end code of a web page. Can the chart created in postman be replicated outside of postman? I need to know what external files need to be in the code of the web page, in addition to copying the code snippets and the order that they go.

https://blog.postman.com/how-to-graphing-covid-time-series-data-using-chart-js-and-postman-visualizer/

Thanks for any advice on this.