adding back default font color for annotations.
This commit is contained in:
parent
1af266dc7e
commit
bf962d256a
2 changed files with 5 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue