esbullington / react-d3

Modular React charts made with d3.js
https://reactiva.github.io/react-d3-website/
MIT License
1.75k stars 179 forks source link

Optimize tooltip #303

Closed jfcaiceo closed 8 years ago

jfcaiceo commented 8 years ago

Added shouldComponentUpdatemethod to Chart. From now on the Chart will not call the render method when the tooltip state change.

yang-wei commented 8 years ago

Good one ! looks good to me !