Merge branch 'master' of github.com:wcharczuk/go-chart
This commit is contained in:
commit
98cda14767
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ You can now also graph a moving average of a series using a special `MovingAvera
|
||||||
|
|
||||||
# More Intense Technical Analysis
|
# More Intense Technical Analysis
|
||||||
|
|
||||||
You can also have series that produce two values, i.e. a series that implements `BoundedValueProvider` and the `GetBoundedValue(int)(x,y1,y2 float64)` method.
|
You can also have series that produce two values, i.e. a series that implements `BoundedValueProvider` and the `GetBoundedValue(int)(x,y1,y2 float64)` method. An example of a `BoundedValueProvider` is the included `BollingerBandsSeries`.
|
||||||
|
|
||||||
![](https://raw.githubusercontent.com/wcharczuk/go-chart/master/images/spy_ltm_bbs.png)
|
![](https://raw.githubusercontent.com/wcharczuk/go-chart/master/images/spy_ltm_bbs.png)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue