rd3
rd3 copied to clipboard
Warning on Bar Chart
Warning: Unknown props hoverAnimation
, dataPoint
, handleMouseOver
, handleMouseLeave
on
I implemented all charts according to their respective official examples and this is the only one that throws an alert.
BTW, I am displaying charts over a react-grid-layout.
I am just a newbie, but I am willing to help you as per request, just need some guidance on react grounds though.
The warning comes from React 15.1+. In previous versions unknown props have been just ignored, now they should not be set on the element as rd3 currently does.
So in one of the next versions of rd3, those will disappear
Duplicate of #52
Has this been resolved?
no send me a pr and I would like to merge =) @gragas