UNPKG

covidvizualizer

Version:

A NPM package that plots and displays the Covid information.

20 lines (16 loc) 489 B
<html> <head> <title>Example- CovidVizualizer usage</title> </head> <body> <h2 style="padding: 5px;">Example- CovidVizualizer usage</h2> <div id='covidVizualizerDiv' style="width: 1024px; height: 512px;"> <select id='countriesList'></select> <select id='provincesList'></select> <h3 id='covidInfo'></h3> <div id='covidMapArea'></div> </div> <!-- Example Script --> <script src="./index.js" type="module"></script> </body> </html>