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.
Run the following command in the root of your project
$ elm install gipsy-king/radar-chartand import the library in an elm file like this
import RadarChartRadarChart.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!
Find the documentation on Elm's package website.
$ cd examples
$ elm reactorand open examples.