X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Ftwo-axes.html;fp=tests%2Ftwo-axes.html;h=f652389be3ad2a108d1fd8a582d23f82e4703049;hb=ce31caf22475e3e1fd6d9fea192d61ff4fcd7fac;hp=06522ea5d731c7b2e9d47c0169bab3048646227c;hpb=a4c3ece0a11e4e5c4f1f51a8bc8b7878d34ee052;p=dygraphs.git diff --git a/tests/two-axes.html b/tests/two-axes.html index 06522ea..f652389 100644 --- a/tests/two-axes.html +++ b/tests/two-axes.html @@ -6,7 +6,7 @@ For production (minified) code, use: --> - + @@ -53,6 +53,9 @@ }, }, axes: { + y: { + axisLabelWidth: 60 + }, y2: { // set axis-related properties here labelsKMB: true @@ -60,7 +63,6 @@ }, ylabel: 'Primary y-axis', y2label: 'Secondary y-axis', - yAxisLabelWidth: 60 } );