How to dynamically add onZoomComplete event on a chart instance after the chart has been created?

后端 未结 0 1536
再見小時候
再見小時候 2020-12-01 11:07

I have been using Chart.js for one of my Angular application pages as follows:

var myChart = new Chart(ctx, {
    type: \'bar\',
    data: {
        labels: l         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题