From 784f0721bd0dd9f0bf15c385b5ee4b02aa849f1e Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Wed, 10 Sep 2014 12:31:02 +0200 Subject: [PATCH] added custom range to docs --- docs/graph2d.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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