completeness.
This commit is contained in:
parent
fb347298c5
commit
5fa929ed3f
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ graph := chart.Chart{
|
||||||
chart.TimeSeries{
|
chart.TimeSeries{
|
||||||
XValues: xvalues,
|
XValues: xvalues,
|
||||||
YValues: yvalues,
|
YValues: yvalues,
|
||||||
|
Style: chart.Style {
|
||||||
|
FillColor: chart.DefaultSeriesStrokeColors[0].WithAlpha(64),
|
||||||
|
},
|
||||||
},
|
},
|
||||||
chart.AnnotationSeries{
|
chart.AnnotationSeries{
|
||||||
Name: "Last Value,
|
Name: "Last Value,
|
||||||
|
|
Loading…
Reference in a new issue