This is a react project. I'm running the latest version of all software. I am trying to create a pie chart but when the legend names are clicked, it changes the graph. So far I've tried each of the lines in the legend below.
legend: {
onClick: (e) => e.stopPropagation()
display: false
onclick(){}
},