Sync an html5 video with an highchart.js line chart

I have a one minute long video of a train moving and some data series about his position, onboard accelerometer etc.

My goal is to make line charts (with Highcharts.js) of those measurements that are dynamically drawn with the video at a rate of 20points per second.
I was wondering if there’s a way to attach an event to the video progress bar and redraw the chart every x milliseconds and/or every time that the user play/stop the video