Open Issues Need Help
View All on GitHubRedefined chart library built with React and D3
Redefined chart library built with React and D3
Redefined chart library built with React and D3
Redefined chart library built with React and D3
Redefined chart library built with React and D3
Redefined chart library built with React and D3
Redefined chart library built with React and D3
Redefined chart library built with React and D3
Redefined chart library built with React and D3
Redefined chart library built with React and D3
Redefined chart library built with React and D3
Redefined chart library built with React and D3
Redefined chart library built with React and D3
AI Summary: Recharts ScatterChart in v3.1.2 crashes with a `TypeError: value.charAt is not a function` when any data item includes a non-string property named 'type'. This error occurs in `DataUtils.js` because Recharts internally attempts to call `charAt()` on the non-string 'type' value, even if it's not explicitly used in the chart's configuration. The expected behavior is for the chart to render normally, either ignoring or gracefully handling such unused properties.
Redefined chart library built with React and D3
AI Summary: Enhance the Recharts library's custom tick component to receive axis padding information. This involves adding a `padding` prop to the tick component, containing `XAxisPadding` or `YAxisPadding` data, allowing developers to accurately position custom tick elements by considering the applied axis padding.
Redefined chart library built with React and D3
AI Summary: Update the Recharts accessibility documentation in the Storybook to reflect changes since version 3.0, potentially removing outdated references to `accessibilityLayer` and revising text for accuracy.
Redefined chart library built with React and D3
AI Summary: Update the StackBlitz links on the recharts.org documentation website to open examples as '.tsx' files instead of '.jsx' files, enabling TypeScript type checking in the examples.
Redefined chart library built with React and D3
AI Summary: Refactor the example code on the Recharts website from class components to functional components. This involves updating the code examples in the documentation to use the modern functional component approach with hooks, improving consistency and readability.
Redefined chart library built with React and D3