Zeph Davies

Results 7 issues of Zeph Davies

## Do you want to request a feature or report a bug? Feature ## What is the current behaviour? tickFormatter takes a function which must return a string. ## If...

Type: Enhancement

> possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. Every instance of Loader adds a 'change' event listener in componentDidMount to the same EventEmitter. By...

On some Chart objects, [there is a "title" prop](https://github.com/recharts/recharts/blob/master/src/chart/PieChart.js#L53), but this does not manifest into a displayed title (it is unused). Any chance this can be implemented? For now, help...

feature request
P2

It would be very useful if you could "collapse all" and then open the path(s) you need. This is especially useful when using the browser search, as only expanded sections...

I often view larger json files and the collapsing of fields is very useful.

I regularly save my store to localStorage via JSON.stringify(). Upon page load, I load the localStorage store, and apply it to my store via a JSON.parse(). If notifications exist, the...

enhancement

The message text has padding top and bottom of 10px. The icon has padding top 10px. This should align the icon with the message. However this is not the case....