for more information visit the package's GitHub page
Package contains the following modules:
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-chart
and import the library in an elm file like this
import RadarChart
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!
Find the documentation on Elm's package website.
$ cd examples
$ elm reactor
and open examples.