Question: how to implement y-scroll on overflow instead of zoom?
Hello, loving this library and how cleanly it represents my git commits.
I have one issue that I haven't been able to figure out. Is there a way, when I have a both, isVertical and isStatic set to true, to have additional nodes placed outside the height of the graph be scrollable to (instead of graph zoom on scroll).
Thank you for any ideas/ feedback.
Hi @7ruth, it looks like you can create outer container with overflow-y and place there graph container that would be bigger. If I understood incorrect please provide more info or image. Thanks!
Hi @antonKalinin, thank you for a quick response.
Here are some screenshots. I did exactly what you mention, the <Graph> component is wrapped in a div with smaller height and overflow-y set to scroll. Here is the effect:
At the start, all looks normal, overflowing as expected
Initial scroll down also works fine
but as you scroll back up the graph also zooms in