A block chart with animations and passed json file values changeable from dropdown menu
npm install revenue-radarStart a web server, for example:
```
$ python -m http.server
Or if you don't have Python installed you can download a standalone executable, for example ran: https://github.com/m3ng9i/ran/releases/
The runChart function accepts a configuration object with the following properties:
- dataset: An array of 5 values which can be both urlsto certain lson files or just json datapassed directly. Each dataset array index refers to the selected option index of the
Use following script in your HTML file as an example of using the runChart function:
`html``