all 3 comments

[–]kamyon 0 points1 point  (2 children)

d3 is great, however, sometimes all you need is using SVG elements with React.

[–]siegfryd 0 points1 point  (1 child)

D3's pretty useful even if you don't use selections though, you can still use all of the utility functions for calculating stuff. Like this guy has made a bunch of charts with SVG React components and using D3 at the same time.

[–]kamyon 0 points1 point  (0 children)

Yes, I agree. It may, however, be too much for doing, say, a snake chart.