saghan
saghan
https://github.com/recharts/recharts/blob/master/src/component/Legend.tsx line 41 exports Legend props. https://github.com/recharts/recharts/blob/master/src/cartesian/Line.tsx line 78 exports Line props. Was this what you are looking for?
> Can you add tests to the PR to ensure the functionality doesn't regress? Done.
> I have another test suggestion: > > FontSize/TextSpacing is X1/Y1, and the ticks are {a/b/c} then when changing FontSize/TextSpacing to X2/Y2, ticks are now {a/c} > > Something that...
> I have pushed an empty commit to re-run the tests.
> Tests failing for JS doc issues, @saghan can you take a look? Done
@cravend I am looking into it.
@cravend Could you try disabling the linter with these comments? // eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions { if (event.key === 'Escape') { --- We need to disable the linter here because the div...
I have also created a draft here: https://github.com/recharts/recharts/pull/2925 I think it might be better to have your PR contain the changes. This way all errors will be resolved in a...
@lakshmihnm In addition to what [cscrosati](https://github.com/cscrosati) said, the issue does not repro in google chrome using the [screen reader](https://chrome.google.com/webstore/detail/screen-reader/kgejglhpjiefppelpmljglcjbhoiplfn?hl=en) made by google. I tried to repro [here](https://recharts.org/en-US/examples/TwoSimplePieChart)
Thank you, the fix is also there in this https://github.com/recharts/recharts/pull/2949