recharts / recharts.org

The website
MIT License
40 stars 141 forks source link

docs(Pie): Add description for rootTabIndex prop in Pie component #299

Closed syi0808 closed 4 months ago

syi0808 commented 4 months ago

While using recharts, we needed to make it not focusable to consider accessibility.

I couldn't find the relevant api in recharts api docs and I couldn't fix it until I opened the code myself.

To prevent this from happening, add the rootTabIndex information to the Pie component api docs.

PavelVanecek commented 4 months ago

Thanks for the contribution! Also check out the storybooks: https://recharts.org/en-US/storybook it's usually more accurate than the "API" page.

syi0808 commented 4 months ago

Oh, I've never seen this page before. Thank you. I'll be using this page from now on.