From 038e78653bd65f472208aa35079b96a43e40f982 Mon Sep 17 00:00:00 2001 From: Uli Fahrer Date: Wed, 2 Sep 2015 19:58:20 +0200 Subject: [PATCH 1/3] fix broken links --- docs/graph2d/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/graph2d/index.html b/docs/graph2d/index.html index c1783b51..64a1e2b2 100644 --- a/docs/graph2d/index.html +++ b/docs/graph2d/index.html @@ -901,14 +901,14 @@ function (option, path) { locale String none - Select a locale for the Graph2d. See section Localization for more information. + Select a locale for the Graph2d. See section Localization for more information. locales Object none - A map with i18n locales. See section Localization for more information. + A map with i18n locales. See section Localization for more information. From 9169559f79418c24a2387dc9a27bf6dbe398fe3e Mon Sep 17 00:00:00 2001 From: littleguga Date: Wed, 2 Sep 2015 23:24:49 +0300 Subject: [PATCH 2/3] Fixed groups.visible Description --- docs/graph2d/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/graph2d/index.html b/docs/graph2d/index.html index c1783b51..b759ff9e 100644 --- a/docs/graph2d/index.html +++ b/docs/graph2d/index.html @@ -383,8 +383,8 @@ groups.add({ visible Boolean - true - This field is optional. If false, this group will not be drawn. + no + This field is optional. If false, this group will not be drawn. By default it is true. @@ -1492,4 +1492,4 @@ var options = { - \ No newline at end of file + From 5532a88a0dc3fc13304034d0caa79557dfddc7f0 Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 3 Sep 2015 09:31:27 +0200 Subject: [PATCH 3/3] 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