adding jet as a generator
This commit is contained in:
parent
c599f1a2a2
commit
3f046bbba1
3 changed files with 43 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue