Open telisjok opened 2 years ago
Related to this question, is there or will a click event handler be implemented?
I'm using the options props
options
const options = ref({ responsive: true, onClick: barClicked }) function barClicked(event, item) { console.log('graph bar is clicked', event, item) } <BarChart :chart-data="data" :options="options" />
Chart.js
Related to this question, is there or will a click event handler be implemented?