Reactjs – Recharts graph has uneven intervals due to data point count
I have the following problem: I have an array of data, and I am rendering a graph based on it. The number of data points in each interval can vary, resulting in different widths for the intervals (example in the…