experience-experiments / react-easy-chart

[DEPRECATED] - Easy to use React Charting library
http://experience-experiments.github.io/react-easy-chart
BSD 3-Clause "New" or "Revised" License
142 stars 55 forks source link

Points radius not working in Firefox #151

Open Boorj opened 5 years ago

Boorj commented 5 years ago

Looks like firefox doesn't like when poitns radius is set via r property in css: image

Think that it should be solved here: /modules/area-chart/index.js#L80-L82 by adding additional code to mouseover, or here: modules/area-chart/index.js#L363 by adding R property (.attr('r', 4)),