Is possibile create a Timetable chart with plotly.js?

Hi,
i would replace gnuplot timetable (static) chart with the most powerful interactive plotly chart.
With “Timetable” i mean Days on X-axis and Time on Y-axis and SEVERAL points for each day.
An example is here: http://myip.rm.ingv.it/device/cam08/timetable.gif
(here the full page: MyIP@DynDNS - Dettagli dispositivo )
every time i receive a ddns ip update i plot a point on date/time

is it possibile with plotly.js? as i can see i should create several layers (ipotetically 1 layer for each second → 86400 layers for each day)

Thanx for any suggestion

Diego