Control timeline display period and auto-scroll to today
jnicholls82 opened this issue · 0 comments
jnicholls82 commented
Hello,
I am using Javascript to instantiate a Timeline3 object and populate it with my own JSON. This working fine.
I have reviewed the API documentation and cannot find a way to:
(a) precisely control the time period displayed initially (e.g. I want to be able to say "Show me all events between 1/1/2023 and 31/12/2024")
(b) alternatively, specify to show a 24 month forward looking period, automatically starting from today
(c) I'd also love to be able to show over-lapping Eras. Default behaviour seems to be for the later Era to overwrite any earlier Eras when there is a time overlap.
Any assistance with this would be much appreciated!
Kind regards,
James