react-d3 / react-d3-basic

Basic d3 charts in React.js, only include: line, bar, pie, scatter, area charts.
http://reactd3.org/docs/basic
221 stars 117 forks source link

Preventing pie chart labels from overwriting each other #45

Closed jaredsohn closed 7 years ago

jaredsohn commented 7 years ago

What can I do to ensure that pie chart labels don't overwrite each other (beyond limiting how many series I show by number and/or value) or switching to tooltips?

jaredsohn commented 7 years ago

I'm closing this since I've since switched to Recharts and solved my problem there.