adding jet as a generator

This commit is contained in:
Will Charczuk 2017-04-15 09:59:37 -07:00
parent c599f1a2a2
commit 3f046bbba1
3 changed files with 43 additions and 1 deletions

View file

@ -17,7 +17,7 @@ func drawChart(res http.ResponseWriter, req *http.Request) {
Show: true,
StrokeWidth: chart.Disabled,
DotWidth: 5,
DotColorProvider: chart.Viridis,
DotColorProvider: chart.Jet,
},
XValues: chart.Sequence.Random(128, 1024),
YValues: chart.Sequence.Random(128, 1024),