api cleaup

This commit is contained in:
Will Charczuk 2017-04-28 16:07:36 -07:00
parent 43212f871f
commit 65a0895143
39 changed files with 747 additions and 699 deletions

View file

@ -10,7 +10,7 @@ func drawChart(res http.ResponseWriter, req *http.Request) {
/*
In this example we add a new type of series, a `SimpleMovingAverageSeries` that takes another series as a required argument.
InnerSeries only needs to implement `ValueProvider`, so really you could chain `SimpleMovingAverageSeries` together if you wanted.
InnerSeries only needs to implement `ValuesProvider`, so really you could chain `SimpleMovingAverageSeries` together if you wanted.
*/
mainSeries := chart.ContinuousSeries{