shauns / react-d3-radar

React-based Radar chart for D3
MIT License
53 stars 32 forks source link

How do you display a Legend? #20

Closed emorling closed 3 years ago

emorling commented 3 years ago

Is this included or should we render this outside of this component?

shauns commented 3 years ago

It doesn't include a legend component -- we used a separate table (based on the same data) as the legend.

emorling commented 3 years ago

Thanks! I am curious if you have a demo of your implementation with the legend?