How do I use Google Spreadsheets?
What browsers does TimelineJS support?
All modern browsers are supported as well as Internet Explorer 8 and above.
Why is my timeline not displaying or it's stuck at the parsing data screen?
If you're using a Google Spreadsheet as your source, make sure your Google spreadsheet is public and published. Also make sure you don't have any empty rows in the spreadsheet since this can sometimes cause problems.
How many entries will work best in TimelineJS?
Timeline is optimized for up to 100 entries preferably more like 20-30. Anything else may cause a loading issue (either too slow or not at all).
How do I change the height of the timeline?
How do I embed audio or video?
Can I change the TimelineJS font?
How do I hide the bottom timeline?
If this is your end goal it may be easier for you to use a slider tool rather than TimelineJS.
Here are some ways you can remove the timeline bar:
How do I use TimelineJS with Wordpress?
If the Wordpress plugin is out of date you can use the iFrame embed method:
Why aren't there thumbnails on my events?
You can also create your own thumbnails.
What programing language is TimelineJS written in?
TimelineJS is all javascript, for any php questions please refer to another source.
Can TimelineJS be set up with time denominators other than calendar dates?
Can I change the vertical position of an event in TimelineJS?
Why does the timeline not show days or hours etc?
The display of the timeline is dynamic. It chooses a time interval that best matches the number of events there are with the amount of time that is covered.
Is it possible to have more than 6 tags?
Not at the moment.
Can I change the number of rows on the timeline?
The default number of rows is 3. If you are using tags and you have more than 3 tags, the number of rows increases to 6.
Why does the event display Month instead of Month, Day?
If the event is on the first day of the month and no time is specified it shows only the month. The same is true for year. If the event date is the first day of the first month of the year, it only shows the year.
Can I use an Excel spreadsheet instead of Google Spreadsheets?
No, but it's pretty easy to copy rows into a Google Spreadsheet. TimelineJS uses Google's API to access the data from the Google Spreadsheet and turns it into native TimelineJS json.
Can I use a database as the data source for TimelineJS?
Yes. JSON is the best format (and safest) for feeding information into TimelineJS from a database. Just use your language of choice to create a json file from your database.
Can my language be added?
Yes! Just grab a copy of the
template and replace the language with the language you want to create. Save the file and post it to the Google Group or you can do a pull request on GitHub.