Alex Karp
Alex Karp
react-chart-portal component causes this issue. It helps but it would be nice to have some better solution ``` useEffect(() => { return () => { const portal = document.getElementById('react-charts-portal'); portal...
@vasturiano Thank you for the answer. Maybe there is a chance that you have some kind of example of custom tooltip? I'm not sure that I understand how I can...
@vasturiano Thank you very much, I did it and it works well. Only one little thing that I found: if the mouse is moving really fast onHover effect is not...
Also it would be nice to have `Event` object in `onHover` function :)
``` const indexByName = searchTerm => ({name}) => { const upperCaseName = name.toUpperCase(); const upperCaseSearchTerm = searchTerm.toUpperCase(); return upperCaseName.indexOf(upperCaseSearchTerm.trim()) > -1; }; ```
@theone3nu did you find the solution to stop event propagation when you select checkbox?
@nstepien @amanmahajan7 hi guys, how do you think is it possible to merge it in order to prevent this error in console?