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
I have a plot where I'd like to have two different brushes, of different colours, to highlight two areas. I can't use createContainer since I also need a separate container and it seems to be able to combine only two. I though VictoryBrushLine might do the trick, but it only seems to be able to tie the brushes to either the axis itself or the grid lines; I can't get it working otherwise on its own. Is there something else I can do? Or am I missing how the component is supposed to work?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a plot where I'd like to have two different brushes, of different colours, to highlight two areas. I can't use
createContainer
since I also need a separate container and it seems to be able to combine only two. I thoughVictoryBrushLine
might do the trick, but it only seems to be able to tie the brushes to either the axis itself or the grid lines; I can't get it working otherwise on its own. Is there something else I can do? Or am I missing how the component is supposed to work?Beta Was this translation helpful? Give feedback.
All reactions