Skip to content

Radar charts #90

Description

@mstibbard

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:
image

Prior art / examples

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions