When using the javascript timeline widget simile, i see there is hour, day, week, month, year intervals. Is there anyway to have an interval be a quarter of a year?
i am trying to group events into Quarter1, Q2, Q3, Q4 in 2010.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Simile wiki has some notes on how to add new intervals to
Timeline.DateTimeby editingdate-time.jsandlabelers.js. This would be one way to add support for a quarter of a year interval.Looking at the source code repository for Simile timeline, there is also a
planningextension to timeline that includes support forTimeline.PlanningUnit.QUARTER, which may already do what you want