I'm using nvd3 to produce regular line chart where data from a device is logged into a database every 10 seconds and then fetched to produce a chart.
Now I'm making a movie and using a time-lapse shooting I've made a 24 hour video of the operation which is packed into a 3 minute long clip.
Now I want to draw the chart using the stored data so that it will match video in speed and will be timed precisely. Namely, I want to draw 24h of data in 3 minutes on the chart. I'll then use video editor to overlay it over the video.
Which property or properties, or callback should I use?
P.s. As I'm using nvd3 to draw charts on site, I'd prefer using slightly modified code for the video. But if that's impossible to do with nvd3, please, make a kind suggestion which charting package you advise to use.
Thanks!