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{
|
||||
XValues: xvalues,
|
||||
YValues: yvalues,
|
||||
Style: chart.Style {
|
||||
FillColor: chart.DefaultSeriesStrokeColors[0].WithAlpha(64),
|
||||
},
|
||||
},
|
||||
chart.AnnotationSeries{
|
||||
Name: "Last Value,
|
||||
|
|
Loading…
Reference in a new issue