adding back default font color for annotations.

This commit is contained in:
Will Charczuk 2016-07-30 09:52:18 -07:00
parent 1af266dc7e
commit bf962d256a
2 changed files with 5 additions and 2 deletions

View file

@ -27,6 +27,7 @@ func (as AnnotationSeries) GetYAxis() yAxisType {
func (as AnnotationSeries) annotationStyleDefaults(defaults Style) Style {
return Style{
FontColor: DefaultTextColor,
Font: defaults.Font,
FillColor: DefaultAnnotationFillColor,
FontSize: DefaultAnnotationFontSize,