Craig Michael Thompson
Results
2
comments of
Craig Michael Thompson
I'll keep this open for the benefit of other people searching for a similar topic, but I just noticed you mentioned Animation support in https://github.com/codesuki/react-d3-components/pull/8 so :+1: to that!
I actually implemented something for this a couple of days ago, take a look (ES6 ahead): ``` js let AreaGraph = React.createClass({ mixins: [React.addons.PureRenderMixin], getInitialState() { return { parentWidth: 0...