datahub/docs/tutorial-timelines.markdown
Matt Fullerton a6efbf9da3 Docs improvements
Added list of views incl. those from 3rd parties, linked views tutorial
from views docs. Linked the list from the tutorial.

Booted (unlinked) pages for Grids tutorial (#397, #398), Timelines
tutorial (#224)
2014-11-03 10:34:24 +01:00

935 B

layout, title, recline-deps, root
layout title recline-deps root
container Timelines - Advanced use of timelines in Recline - Tutorial true ../

Doing More with Timelines
This tutorial goes beyond the basic views tutorial and shows you how to do more with timelines

Preparing your page

See the instructions in the basic views tutorial.

Creating a Dataset

Just like in the main tutorial, here's some example data We are going to work with:

{% highlight javascript %} {% include data.js %} var dataset = new recline.Model.Dataset({ records: data }); {% endhighlight %}

Underlying library and Recline extensions

Handling dates

Customizing the rendering