Skip to content

benjajaja/radar-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radar Chart

A small library to display just one type of charts: radar charts, also known as web chart, spider chart, spider web chart, star chart, star plot, cobweb chart, irregular polygon, polar chart, or Kiviat diagram.

Sample output

Installation

Run the following command in the root of your project

$ elm install gipsy-king/radar-chart

and import the library in an elm file like this

import RadarChart

Usage

RadarChart.view
  RadarChart.defaultOptions
  [ "Values", "Variables", "Conditionals", "Loops", "Functions", "Programs" ]
  [ { color = "yellow", data = [ 120, 500, 310, 130, 300, 180 ] } ]

See the documentation for more information on what the parameters are!

Documentation

Find the documentation on Elm's package website.

Development

Setup

$ cd examples
$ elm reactor

and open examples.

About

Simple radar charts in Elm.

Resources

License

Stars

Watchers

Forks

Packages

No packages published