Roman Zhuravlov
Roman Zhuravlov
I've just published a beta version of v2 for `next-recaptcha-v3` to fix this issue. Please try it out and leave your feedback if it solves the problem for you. ```bash...
> Also, I don't think this works for any charts As an example, a [LineChart Tooltip](https://recharts.org/en-US/api/LineChart) adjusts itself to always stay inside the frame. I imagine PieChart Tooltip can do...
In my case, I use `ResponsiveContainer` with `width='100%'`, so I don't have a scenario when SVG container is wider than viewport. But that doesn't help, sadly
Your sandbox is private
I see. My problem is that the tooltip has bigger width than the SVG container. It works fine when I reduce the width of the tooltip.
Do you know if there's a way to align a tooltip to the right side? And grow to the left if it doesn't fit
I think the issue can be fixed from user side by modifying [Elkjs Tree example](https://reactflow.dev/examples/layout/elkjs) to look like this: ```tsx return elk .layout(graph) .then((layoutedGraph) => ({ nodes: layoutedGraph.children.map((node) => ({...
@moklick 
@moklick Can't reproduce the issue in your sandbox. But here's a very simplified reproduction of how it looks in my app: https://codesandbox.io/p/sandbox/nostalgic-jepsen-ssslxn I copy-pasted a sample ElkJs output from my...
@moklick Looks like the previous link wasn't right, sorry. Please take a look again https://codesandbox.io/p/sandbox/nostalgic-jepsen-ssslxn