Hexman Report post Posted August 20, 2019 Hello, I have a project in vuejs and it does not work connectorClick. Below is an example: https://jsfiddle.net/Hexman/5e61pu3r/25 Thank you! Share this post Link to post Share on other sites
Hexman Report post Posted August 21, 2019 I solved the problem, it was not past: events :events="events" <fusioncharts :type="type" :width="width" :height="height" :dataFormat="dataFormat" :dataSource="dataSource" :events="events" ></fusioncharts> Share this post Link to post Share on other sites
Akash Biswas Report post Posted August 21, 2019 Hi, Yes, you need to bind the events as well in the <fusioncharts>. Refer to the modified fiddle : https://jsfiddle.net/zwrftn9s/2/ Thanks, Akash. Share this post Link to post Share on other sites