Justin Stahlman
Justin Stahlman
@bchang1213 Your fix worked for me
I forked react-voice-components and merged this PR. I confirm it fixes the problem and it now works as expected.
@guzmonne this is great. Your description and examples of 'hacked actions' to make this work are helpful for understanding how to customize or enhance Nivo. Here's what I was thinking...
Sorry, I never moved forward with this so I don't have a working solution. I am still interested if someone is able to make it work.
Thanks, I am able to wrap an SVG, but I can't use a Tooltip inside an SVG, on each rect for example. It doesn't work, probably because Tootlip is rendered...
I also have this problem when a context menu is in the sticky zone. Normal buttons work, but not this library which supports touch events and is not triggered by...
Yes, I was referring to the [demo](http://bhp-react-timeline-9k.s3-website-ap-southeast-2.amazonaws.com) I also recreated the demo to see if it worked with Create-React-App (it does), by using the latest npm version: `react-timeline-9000` v1.0.12 It...
I would say not easily, because you would need the angle of the line to correctly point an arrowhead, and I don't think that angle is exposed by the API....
A quick look in the source code makes me think it would be possible because the angles are calculated and saved in a variable. I once did this in a...
related to https://github.com/vercel/next.js/issues/41879