What problem does this feature solve?
the event listener of label will not work in current version
vchart.on('click', { level: 'model', type: 'label' }, console.log);
What does the proposed API look like?
vchart.on('click', { level: 'model', type: 'label' }, console.log);

What problem does this feature solve?
the event listener of label will not work in current version
What does the proposed API look like?