Skip to content

Instantly share code, notes, and snippets.

@mlusiak
Created December 11, 2013 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlusiak/7903123 to your computer and use it in GitHub Desktop.
Save mlusiak/7903123 to your computer and use it in GitHub Desktop.
Charting data
[for v in allValues -> (v.Timestamp, v.Value)]
|> Chart.Line
|> Chart.WithYAxis(Min = 950.0, Max = 1000.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment