Thanks–don’t know how I missed that. Thanks for putting me back on track.
A couple of notes from playing with it a little bit:
API Reference page has a couple of typos: it appears that labelFormat and markerFormat should be labelsFormat and markersFormat.
When dealing with long time ranges (long being relative), the minorTicksInterval can have a significant impact on the time to initialize the widget, even when showMinorTicks & snapToTicks are false. So if you are setting a large time range, it’s best to set the minorTicks to something significant relative to that time range. I.E. don’t set or leave minorTicksInterval at 1 minute when setting a range of a few months or it may take half a minute to initialize the widget. That’s not really realistic relative to the number of minutes per pixel in such a case, but the point is one can’t be lazy and leave the minor interval at 1 minute regardless of the time range.