Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Joe Germuska 279dab4da3 fix explanation of how to look at examples. Supersedes/closes #671 10 years ago
..
README.md fix explanation of how to look at examples. Supersedes/closes #671 10 years ago
example_googlespreadsheet.html use 'build' instead of 'compiled' for examples and tests, as compiled is deprecated 11 years ago
example_jquery_load.html use 'build' instead of 'compiled' for examples and tests, as compiled is deprecated 11 years ago
example_json.html use 'build' instead of 'compiled' for examples and tests, as compiled is deprecated 11 years ago
example_json.json Added the ability to use Vine videos 12 years ago
example_jsonp.html use 'build' instead of 'compiled' for examples and tests, as compiled is deprecated 11 years ago
example_jsonp.jsonp Added missing start date 12 years ago
example_storify.html use 'build' instead of 'compiled' for examples and tests, as compiled is deprecated 11 years ago
model.json remove obsolete 'chart' JSON element (cf https://knightlab.zendesk.com/entries/39570908-Chart-Element) 11 years ago
model.jsonp remove obsolete 'chart' JSON element (cf https://knightlab.zendesk.com/entries/39570908-Chart-Element) 11 years ago

README.md

NOTE: To use these examples, you must run a simple local webserver. They WILL NOT work if you simply open them in a browser from the file system.

If you have python installed, here are simple steps to do this.

  1. Open a terminal shell
  2. Make sure you are in the "root" directory that you checked out from GitHub
  3. Type python -m SimpleHTTPServer 8000
  4. in your web browser, open http://localhost:8000/examples/example_json.html (or whatever other file you want to see )