ZingChart: Can I trigger JS functions with events from the chart?
Absolutely. Let's say for example you wanted to click on a node and have that take you to a new page. You could bind an event to the node click and, depending on the value of that node, you could redirect the page to whatever you want.
Documentation