Closed jfcaiceo closed 8 years ago
Added shouldComponentUpdatemethod to Chart. From now on the Chart will not call the render method when the tooltip state change.
shouldComponentUpdate
Chart
render
Good one ! looks good to me !
Added
shouldComponentUpdate
method toChart
. From now on theChart
will not call therender
method when the tooltip state change.