zcreativelabs / react-simple-maps

Beautiful React SVG maps with d3-geo and topojson using a declarative api.
https://www.react-simple-maps.io/
MIT License
3.12k stars 426 forks source link

Adding ID in Line path #152

Open doseguritan opened 5 years ago

doseguritan commented 5 years ago

HI All, How can i add id on Line component. <Line line={{line}} id="id-here" />

I would like to add animation to the path

Thanks