diff --git a/docs/tutorial-views.markdown b/docs/tutorial-views.markdown index f3dc3dbd..1fe33e86 100644 --- a/docs/tutorial-views.markdown +++ b/docs/tutorial-views.markdown @@ -269,6 +269,10 @@ map.render(); ### Creating a Timeline +
+The source code along with all dependencies for the map part of the tutorial can be found at this GitHub repository. See it in action via GitHub Pages. +
+ Now, let's create a timeline for this dataset using the date information which is present on these data points. @@ -277,6 +281,7 @@ First, add the additional dependencies for the timeline view. The timeline is bu {% highlight html %} +