Patryk Peas

Results 5 issues of Patryk Peas

* **Browser**: Checked on Webkit (Chrome + Brave) * **Operating System**: OSX & Windows 10 * **URL of the problem page**: - https://medium.com/topic/self - https://medium.com/topic/health - https://medium.com/topic/politics - https://medium.com/topic/design No...

enhancement

For example: ``` var elemsWithGradients = document.querySelectorAll('[data-gradient]'); for (var elem in elemsWithGradients) { if (elemsWithGradients.hasOwnProperty(elem)) { var gradient = elemsWithGradients[elem].dataset['gradient']; GradientMaps.applyGradientMap(elemsWithGradients[elem], gradient); } } ``` It's because filterID is a...

We have to setup page about atom, how to configure and which addons are must have/nice to have/etc.

- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/recharts-issue-template-forked-kyp695?file=/src/index.js) ### Steps to reproduce 1. Narrow...

bug