Henrik Rypkema
Henrik Rypkema
I'm using `react-shepherd` and would love to be able to extend the focus trap of a step element to include the target. As an example, on the final "Learn more"...
@simzou Please review as this should fix #5. The missing DMAs were created with the help of [**@mbostock**'s tutorial](https://medium.com/@mbostock/command-line-cartography-part-1-897aa8f8ca2c ) and using [**@ryanrishi**'s tips](https://github.com/simzou/nielsen-dma/issues/5#issuecomment-394246475).
**Problem** The original line path element naturally appears before the cloned element. This causes problems for other plugins that perhaps have added event listeners (mouseover, mouseout, etc) to the original...
**Before**: each chart on a page uses the same mask ID, so each chart uses the same threshold/mask as the first chart created. **After**: each chart on a page uses...