0.5.1 • Published 2 years ago

radar-visualiser v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

radar-visualiser

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:

A sample output of the module

The module works both client-side and server-side.

Installation

Install the module using npm:

npm i radar-visualiser

Usage

A demo of the module is included in the distribution in the demo folder. Run it, and it will create a simple demo.htmlfile, showcasing capabilities of the module.