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

ScatterChart vs ScatterplotChart #128

Open claytonschroeder opened 6 years ago

claytonschroeder commented 6 years ago

Hi guys, love the package! Just wanted to point out and inconsistency in the repo and documentation.

In your readme it says to: import {ScatterChart} from 'react-easy-chart';

The documentation uses: import {ScatterplotChart} from 'react-easy-chart';

ScatterplotChart is the working import.

Thanks!