From 5532a88a0dc3fc13304034d0caa79557dfddc7f0 Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 3 Sep 2015 09:31:27 +0200 Subject: [PATCH] Fixed wrongly positioned row in docs --- docs/timeline/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/timeline/index.html b/docs/timeline/index.html index a7c8526a..8a72c416 100644 --- a/docs/timeline/index.html +++ b/docs/timeline/index.html @@ -939,6 +939,13 @@ function (option, path) { A template function used to generate the contents of the items. The function is called by the Timeline with an items data as argument, and must return HTML code as result. When the option template is specified, the items do not need to have a field content. See section Templates for a detailed explanation. + + throttleRedraw + number + 0 + Limit the maximum number of redraws to once every x milliseconds. For example setting throttleRedraw to `100` milliseconds will limit the number of redraws to 10 times per second. + + timeAxis Object @@ -956,13 +963,6 @@ function (option, path) { - - throttleRedraw - number - 0 - Limit the maximum number of redraws to once every x milliseconds. For example setting throttleRedraw to `100` milliseconds will limit the number of redraws to 10 times per second. - - timeAxis.step number