api cleaup
This commit is contained in:
parent
43212f871f
commit
65a0895143
39 changed files with 747 additions and 699 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue