[xy-chart] How to make some reference always visible in Y axis? #1003
-
Hard to explain but here is the case |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey @RIP21, if I understand correctly, you want the # points to be evident? One option would be to render both a |
Beta Was this translation helpful? Give feedback.
Hey @RIP21, if I understand correctly, you want the # points to be evident? One option would be to render both a
LineSeries
and aGlyphSeries
on top of each other with the samedata
(even the samedataKey
should work). That would result in something like this (from the https://airbnb.io/visx/xychart demo, turning on glyphs + lines)