I have a bar chart using the Recharts library, but I'm struggling to handle 34,000 data points on the x and y axes. My system hangs and I'm unable to render the chart properly. can you provide the solution so how can i vertualized it can you please provide the proper logic so i can render the bar chart for large data?.
<Bar
key={key}
dataKey={key}
shape={<RoundedTopBar />}
fill={predefinedColors[index % predefinedColors.length]}
/>
))}