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

Radius attribute for data point (fix for firefox). #150

Open Zhurbin opened 5 years ago

Zhurbin commented 5 years ago

At Firefox, data points are not displayed, because Firefox does not support SVG radius as a CSS property. I added an attribute fallback. It will not work for the hover effect of increasing the data point (only at Firefox), but it better than no data points.

Also, this PR can fix this issue: https://github.com/rma-consulting/react-easy-chart/issues/96.