codesuki / react-d3-components

D3 Components for React
http://codesuki.github.io/react-d3-components/example.html
MIT License
1.63k stars 206 forks source link

breaking cordova builds #34

Open wesleyahall opened 9 years ago

wesleyahall commented 9 years ago

the line

var ReactD3 = require('react-d3-components');

will immediately break any cordova build.

codesuki commented 9 years ago

I didn't use Cordova in a long time. Do you have a possible solution for that? A specific error message?

wesleyahall commented 9 years ago

Sorry, I looked into it for a while and then realized that ChartJS worked, so I switched. Just thought I should let someone know.

codesuki commented 9 years ago

I see, thanks for the info!