Looks really nice. Since I started using React, though, I've wanted to find a similarly nice charting library that is reactive instead -- that renders to a React component with SVG instead of mutating the DOM directly. This would help minimize the number of DOM updates when just a few data points change, and seems like it would fit better within a React app.<p>(This approach unfortunately rules out D3, which mutates the DOM directly and doesn't have smart diffing AFAIK).<p>Anyone know of a reactive charting library?