diff --git a/docs/graph2d/index.html b/docs/graph2d/index.html index c1783b51..eb1db203 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. @@ -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. @@ -1492,4 +1492,4 @@ var options = { - \ No newline at end of file + 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