A project to open-source a generic, configurable, and re-usable library to visualise data in a radar format.
The radar visualises items (called 'blips') on the radar according to some metadata supplied by the module user. The output of the module is an SVG that can be styled using appropriate CSS3.
An example output rendered in a browser is shown below:
The module works both client-side and server-side.
Install the module using npm:
npm i radar-visualiser
A demo of the module is included in the distribution in the demo
folder. Run it, and it will create a simple demo.html
file, showcasing capabilities of the module.