I\'ve got a question regard Chart.js.
I\'ve drawn multiple piecharts using the documentation provided. I was wondering if on click of a certain slice of one of the
Working fine chartJs sector onclick
ChartJS : pie Chart - Add options "onclick"
options: { legend: { display: false }, 'onClick' : function (evt, item) { console.log ('legend onClick', evt); console.log('legd item', item); } }