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

Scatterplot: use dot radius for 3rd data type #109

Open sehaas opened 6 years ago

sehaas commented 6 years ago

In the current version, the z-value is mapped to hard coded min and max radius values. The z-value of 0 was also rendered as a small dot.

I propose to map the 3rd data type from z=0 to radius=0 and max(z) to dotRadius.