This demo shows how you can sync an audio track from HTML5 tag <audio>
with a chart.
We’re using audio element’s timeupdate
event to invoke chart cursor’s showCursorAt()
method to place chart cursor at the specific place in the time line.
The post Sync chart cursor with HTML5 audio appeared first on amCharts.