You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the size of the symbol in a VictoryLegend component is either derived from the font-size or from the symbol.size property of the datum. It would be nice if this was configurable via the VictoryTheme, as is symbol type.
It looks like the size of the symbol in a
VictoryLegend
component is either derived from thefont-size
or from thesymbol.size
property of the datum. It would be nice if this was configurable via theVictoryTheme
, as is symbol type.Probably something as simple as:
And then in victory-legend/helper-methods.js:
I'd be happy to make a PR if this seems like a good approach.
The text was updated successfully, but these errors were encountered: