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]}
/>
))}
New contributor
Lokesh Kumar Bairwa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.