How to add listener in scotthuangzl/yii2-google-chart extension?

I use scotthuangzl/yii2-google-chart extension. I have created the chart using PHP as the instruction. And now I want to add onclick listener in the chart. I only found solution which requires to draw the chart using JS. Can I draw the chart using PHP and then add the listener using JS?