react-dc
react-dc copied to clipboard
React bindings for dc.js charts
This fixes #5, changing the old `React.PropTypes` to imports from `prop-types`. Should be good to go, if there's anything wrong, let me know!
Hi @WaldoJeffers , I use dc.js in react and wrote code to generate graphs imperatively, but I wish to use a wrapper library like yours to use it in react...
I have installed react-dc in my project that uses "react": "^16.2.0", "react-dc": "^1.0.6", "react-dom": "^16.2.0" It throws error "TypeError: Cannot convert null or undefined to object" in ./node_modules/react-dc/dist/module/mixins/color-mixin.js at the...
Is this project still active?
Hello @benheb, Can you finish implementation of CompositeChart and add example how to use it?