-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Radar charts
A simple example would be a chart showing "sales by quarter":
data = [
{65, 50, 75, 90}
]
output =
data
|> Dataset.new(["Q1", "Q2", "Q3", "Q4"])
|> Contex.Plot.new(Contex.RadarChart, 600, 400)
|> Contex.Plot.to_svg()Would generate something akin to:

Prior art / examples
- Chart.js
- JSCharting shows many examples
- Plotly Python, JavaScript
Metadata
Metadata
Assignees
Labels
No labels