Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created April 3, 2017 21:01
Show Gist options
  • Save selcukusta/9557e6db15bd08e68dd0a25bdb894376 to your computer and use it in GitHub Desktop.
Save selcukusta/9557e6db15bd08e68dd0a25bdb894376 to your computer and use it in GitHub Desktop.
let options =
Options(
colorAxis = ColorAxis(colors = [|"yellow"; "red"|])
)
source
|> Chart.Geo
|> Chart.WithOptions options
|> Chart.WithLabels ["Goal Count"; "Match Count"]
|> Chart.Show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment