javascript - Intentionally slow chart drawing using nvd3 for time-lapse video -


i'm using nvd3 produce regular line chart data device logged database every 10 seconds , fetched produce chart.

now i'm making movie , using time-lapse shooting i've made 24 hour video of operation packed 3 minute long clip.

now want draw chart using stored data match video in speed , timed precisely. namely, want draw 24h of data in 3 minutes on chart. i'll use video editor overlay on video.

which property or properties, or callback should use?

p.s. i'm using nvd3 draw charts on site, i'd prefer using modified code video. if that's impossible nvd3, please, make kind suggestion charting package advise use.

thanks!


Comments