Skip to content

Instantly share code, notes, and snippets.

@TahaHachana
Last active August 29, 2015 14:07
Show Gist options
  • Save TahaHachana/cead0cdd0e153a7c078e to your computer and use it in GitHub Desktop.
Save TahaHachana/cead0cdd0e153a7c078e to your computer and use it in GitHub Desktop.
#load "../packages/XPlot.GoogleCharts.1.0.1/XPlot.GoogleCharts.fsx"
open XPlot.GoogleCharts
let diagram =
[
"A", "X", 5
"A", "Y", 7
"A", "Z", 6
"B", "X", 2
"B", "Y", 9
"B", "Z", 4
]
|> Chart.Sankey
|> Chart.WithHeight 300
|> Chart.WithWidth 600
|> Chart.Show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment