Simple JS Library To Include SVG Maturity Radar Chart Library

maturity-radar is a simple JS library for embedding maturity radar, giving axis definitions and target/actual values. It allows you to embed a clear and intuitive Maturity Radar anywhere you can including HTML and JavaScript.

The screen includes coloring based on maturity level (on a traffic light gradient) and hovering functions to provide tooltip access to metrics and maturity levels.

animated radar chart, radial graph javascript, 3d radar chart, excel radar chart, radar svg animation, zingchart radar, radar chart

Stripe Style Dropdown Navigation Menu With Vanilla Javascript

How to make use of it:

1. Just add the JavaScript file “radar.js” to the web page.

<script src="radar.js"></script>

2. Create a placeholder for your radar chart.

<div id="microservices"></div>

3. Create a new radar chart and add your multivariate data as follows:

radar.show('#microservices', {
  size: 700,
  curve: false,
  metrics: [
    {
      name: "Metric 1",
      range: [
        "Value 0",
        "Value 1",
        "Value 2",
        "Value 3"
      ],
      target: 2,
      actual: 1
    },
    {
      name: "Metric 2",
      range: [
        "Value 0",
        "Value 1",
        "Value 2",
        "Value 3"
      ],
      target: 3,
      actual: 2
    },
    {
      name: "Metric 3",
      range: [
        "Value 0",
        "Value 1",
        "Value 2",
        "Value 3"
      ],
      target: 2,
      actual: 0
    },
    {
      name: "Metric 4",
      range: [
        "Value 0",
        "Value 1",
        "Value 2",
        "Value 3"
      ],
      target: 3,
      actual: 2
    },
    {
      name: "Metric 5",
      range: [
        "Value 0",
        "Value 1",
        "Value 2",
        "Value 3"
      ],
      target: 2,
      actual: 1
    }
  ]
});

Customizable SVG-based Radar Chart Library, maturity-radar Plugin/Github


See Demo And Download

Official Website(kolektiv): Click Here

This superior jQuery/javascript plugin is developed by kolektiv. For extra advanced usage, please go to the official website.

Related Posts

Fullscreen-Lightbox-Plugin

Simple And Powerful Fullscreen Lightbox Plugin | fslightbox

Fullscreen Lightbox Basic is a modern and handy plug-in for displaying photos and videos in a clean overlay box. Showcase a single source or create a great…

product-thumbnail-slider-with-zoom-effect-jquery

Product Thumbnail Slider With Positive Zoom Effect jQuery

Positive Zoom is a JavaScript library for creating an image gallery where you can zoom in on the current image by hovering over it. Must Read: Pure…

CSS-Gauge-Meter

Create Responsive Gauge Meter Using Pure CSS | CSSGauge

Pure CSS Gauge Meter Component, no SVG, or artboard is used in this component. This component can be easily distinguished by overriding the default style rules and…

bulma-datepicker

Versatile Date and Time Picker Calendar for Bulma

Bulma extension for calendar display can be used on a page as a large calendar with appointments or as a date picker/popup window. A responsive, customizable, and…

javascript-time-series-chart-library

Simple Time-Series Chart Viewer with HTML5 Canvas Javascript Library

Pixl chart library displays time series charts in the browser, using the HTML5 Canvas element. It is designed to be lightweight and efficient, while still providing a…

Neumorphic-Design-CSS

Neumorphic Design Inspiration Style CSS Shapes | Neumorphism

Multi-dimensional design is inspired by the physical world and adds textures, reflection, shadows, layers, and depths to the flat design making the UI elements more visible. CSS…