Ensure that LegendThin uses the provided style

Enables callers to customize the box style which is currently effectively hardcoded.
This commit is contained in:
Michael Koziarski 2020-05-06 09:43:08 +12:00 committed by GitHub
parent 962b9abdec
commit c645525604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,7 +179,7 @@ func LegendThin(c *Chart, userDefaults ...Style) Renderable {
Bottom: legendYMargin + legendBoxHeight,
}
Draw.Box(r, legendBox, legendDefaults)
Draw.Box(r, legendBox, legendStyle)
r.SetFont(legendStyle.GetFont())
r.SetFontColor(legendStyle.GetFontColor())