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

ScatterPlotChart gives: TypeError: circle.transition is not a function #135

Open BennyCarlsson opened 5 years ago

BennyCarlsson commented 5 years ago

When trying to implement the ScatterPlotChart from documentation example I get a TypeError: circle.transition is not a function

visarts commented 5 years ago

I'm getting the exact same error. It works on when a user selects a single batch of data but when they select a second, it seems to be the component updating that causes the error somehow