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
In victory-native: ^41.6.1 I have a BarChart. One requirement is that at a certain Y-value, such as 1000, it should look different from the other values.
How can I make a custom line for this particular value?
How can I make a custom point on the grid to indicate a "star" at 1000?
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
-
In
victory-native: ^41.6.1
I have a BarChart. One requirement is that at a certain Y-value, such as 1000, it should look different from the other values.How can I make a custom line for this particular value?
How can I make a custom point on the grid to indicate a "star" at 1000?
The finished product should look like:
This is what I have so far:
I have tried rendering an
SVG
line, but this fails.Beta Was this translation helpful? Give feedback.
All reactions