diff --git a/docs/graph3d/index.html b/docs/graph3d/index.html
index 974e2d27..1a7223d4 100644
--- a/docs/graph3d/index.html
+++ b/docs/graph3d/index.html
@@ -547,14 +547,18 @@ var options = {
xMax |
number |
- none |
- The maximum value for the x-axis. |
+ from data |
+ The maximum value for the x-axis.
+ If not set, the largest value for x in the data set is used.
+ |
xMin |
number |
- none |
- The minimum value for the x-axis. |
+ from data |
+ The minimum value for the x-axis.
+ If not set, the smallest value for x in the data set is used.
+ |
xStep |
@@ -590,14 +594,18 @@ var options = {
yMax |
number |
- none |
- The maximum value for the y-axis. |
+ from data |
+ The maximum value for the y-axis.
+ If not set, the largest value for y in the data set is used.
+ |
yMin |
number |
- none |
- The minimum value for the y-axis. |
+ from data |
+ The minimum value for the y-axis.
+ If not set, the smallest value for y in the data set is used.
+ |
yStep |
@@ -615,16 +623,20 @@ var options = {
- zMin |
+ zMax |
number |
- none |
- The minimum value for the z-axis. |
+ from data |
+ The maximum value for the z-axis.
+ If not set, the largest value for z in the data set is used.
+ |
- zMax |
+ zMin |
number |
- none |
- The maximum value for the z-axis. |
+ from data |
+ The minimum value for the z-axis.
+ If not set, the smallest value for z in the data set is used.
+ |
zStep |