yang-wei / rd3

react + d3
https://yang-wei.github.io/rd3/
MIT License
319 stars 83 forks source link

Change accessor on scatterChart #81

Closed BenjaminPoilve closed 8 years ago

BenjaminPoilve commented 8 years ago

There is an issue with the accessor if it is different from .x and .y . Basically it is applied twice. Passing a different accessor to the child fixes the problem.

yang-wei commented 8 years ago

Good one !!!