Nico Greenarry
Results
3
issues of
Nico Greenarry
- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? Much of the API documentation...
docs needed
good first issue
In the following case: ```javascript csvDownload({ headers: ["first_column", "second_column"], data: [{ second_column: 2, first_column: 1 }], delimiter: ",", }); ``` ...the output will actually be this, which is incorrect: ```csv...