X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Ftwo-axes-vr.html;h=7a32ad33070e7de833dad09444dc608b1e0e2870;hb=64f1c4dfd7425931fcd1bd9949157c0ba6958656;hp=12e8025379f9d786cbc0f9c8b8c530bb62103f9f;hpb=c17e11738cb5603fafcdc84527114502312344c4;p=dygraphs.git diff --git a/tests/two-axes-vr.html b/tests/two-axes-vr.html index 12e8025..7a32ad3 100644 --- a/tests/two-axes-vr.html +++ b/tests/two-axes-vr.html @@ -1,16 +1,9 @@ - + Multiple y-axes with valueRange - - - + @@ -54,8 +47,7 @@ } }, ylabel: 'Primary y-axis', - y2label: 'Secondary y-axis', - yAxisLabelWidth: 60 + y2label: 'Secondary y-axis' } ); @@ -79,11 +71,15 @@ }, ylabel: 'Primary y-axis', y2label: 'Secondary y-axis', - yAxisLabelWidth: 60 + axes: { + y: { + axisLabelWidth: 60 + } + } } ); - g2 = new Dygraph( + g3 = new Dygraph( document.getElementById("demodiv_two"), data, { @@ -94,7 +90,8 @@ }, axes: { y: { - valueRange: [40, 80] + valueRange: [40, 80], + axisLabelWidth: 60 }, y2: { // set axis-related properties here @@ -103,8 +100,7 @@ } }, ylabel: 'Primary y-axis', - y2label: 'Secondary y-axis', - yAxisLabelWidth: 60 + y2label: 'Secondary y-axis' } );