diff --git a/docs/graph2d.html b/docs/graph2d.html index ec52d032..0a8918e7 100644 --- a/docs/graph2d.html +++ b/docs/graph2d.html @@ -400,6 +400,30 @@ The options colored in green can also be used as options for the groups. All opt 'square' Determine the shape of the data points. The options are 'square' or 'circle'. + + dataAxis.customRange.left.min + Number + undefined + Set the minimum value of the left y-Axis. + + + dataAxis.customRange.left.max + Number + undefined + Set the maximum value of the left y-Axis. + + + dataAxis.customRange.right.min + Number + undefined + Set the minimum value of the right y-Axis. + + + dataAxis.customRange.right.max + Number + undefined + Set the maximum value of the right y-Axis. + dataAxis.showMinorLabels Boolean