I installed the example component and it is working.
How can I open a page when clicking anywhere on the chart?
I disabled enableInteractivity: false
chart option.
Event/Component tap does nothing.
const options = {
chartArea: {
width: 160,
height: 160
},
pieHole: 0.4,
backgroundColor: '#4a85a0',
backgroundColor: {
fill: '#4a85a0',
strokeWidth: 0
},
colors: ['green', 'red'],
fontSize: 14,
enableInteractivity: false,
legend: 'none'
};