A dynamic Bubble chart interated with a range input

[No canvas support]

Year (2008-2022)

This goes in the documents header:
<script src="RGraph.common.core.js"></script>
<script src="RGraph.scatter.js"></script>
Put this where you want the chart to show up:
<div style="text-align: center; font-size: 26pt">
    <canvas id="cvs" width="900" height="350">[No canvas support]</canvas><br />
    <input type="range" min="2008" max="2022" value="2022" id="myRange" style="width: 900px" /><br />
    Year (2008-2022)
</div>
This is the code that generates the chart - it should be placed AFTER the canvas tag(s):