Code

Add a separate package for handling graphs and plots.
authorSebastian Harl <sh@tokkee.org>
Tue, 12 May 2015 21:13:01 +0000 (23:13 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 12 May 2015 21:13:01 +0000 (23:13 +0200)
commitac8367fc6973d9856cc88c83c1ccc9a78c978723
tree3c4041454b5aee5d3b6136f0aa7f77f784965f30
parente7d61e08ebe25d5ce3193e792717acd4bb0ffb3e
Add a separate package for handling graphs and plots.

For now, the package is a simple wrapper around github.com/gonum/plot. It
supports graphing multiple metrics in the same graph (even though that's not
used by the server yet).
graph/graph.go [new file with mode: 0644]
server/graph.go