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 ?