From 5fa929ed3f95a6505f05a64ed771db4027ef3023 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Sun, 10 Jul 2016 11:31:53 -0700 Subject: [PATCH] completeness. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dd050fa..2a78e14 100644 --- a/README.md +++ b/README.md @@ -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,