I got an issue while trying to render a radar chart using nivo/radar. Here is the result I got
The dots are not aligned. It happen after pushing data to the component (update of chart).
Here is the set of data:
data1: 2.7
data2: 2.7
data2: 3.3
indexData: "Global"
Anyone with the same issue ?
I've found out what was the issue. It seems to come from a problem under wood. Basically the animation on the radar is the problem..
Here is the "solution" to fix it, just add the radar:
animate={false}