Browse Source

Updated documentation for new config options

config option  to directly link to a slide using a hash
config option to start the timeline on the last date.
pull/75/head
Zach Wise 13 years ago
parent
commit
7f39de8faa
  1. 9
      README.markdown

9
README.markdown

@ -24,6 +24,8 @@ Place the embed code where you want the timeline to show in the `<body>` of your
width: "100%",
height: "100%",
source: 'path_to_json/or_link_to_googlespreadsheet',
start_at_end: false, //OPTIONAL
hash_bookmark: true, //OPTIONAL
font: 'Bevan-PotanoSans', //OPTIONAL
maptype: 'watercolor', //OPTIONAL
css: 'path_to_css/timeline.css', //OPTIONAL
@ -35,6 +37,13 @@ Place the embed code where you want the timeline to show in the `<body>` of your
## Options
* Start at End `start_at_end`
set to true to start the timeline on the last date.
default is false
* Hash Bookmark `hash_bookmark`
set to true to allow bookmarking slides using the hash tag
default is false
* Map Style Types `maptype:`

Loading…
Cancel
Save