I read the documentation and i get that you need to apply usePointStyle to use pointStyle on legend.
I did, but it's not even working
<Pie data={data} options={{ plugins: { legend: { display: true, position: "bottom", labels: { pointStyle: "rect", usePointStyle: true } } } }} />
Like, am i missing something? or is this a bug?
Really need help, thanks in advance