rd3 icon indicating copy to clipboard operation
rd3 copied to clipboard

Warning on Bar Chart

Open Rinosh opened this issue 8 years ago • 4 comments

Warning: Unknown props hoverAnimation, dataPoint, handleMouseOver, handleMouseLeave on tag. Remove these props from the element. For details, see https://fb.me/react-unknown

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.

Rinosh avatar Jul 14 '16 17:07 Rinosh

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

ebertmi avatar Jul 14 '16 18:07 ebertmi

Duplicate of #52

j-nolan avatar Jul 20 '16 09:07 j-nolan

Has this been resolved?

fschr avatar Sep 15 '16 17:09 fschr

no send me a pr and I would like to merge =) @gragas

yang-wei avatar Sep 16 '16 00:09 yang-wei