X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftwo-axes.html;h=fd3f9d8b916ce5264808362d26953a4baba5e7bb;hb=ac422b3aa23612c220b14e938fbae79d01b40b86;hp=06522ea5d731c7b2e9d47c0169bab3048646227c;hpb=2cfce1c8103454bca196e57db3f23272b7ee5b6e;p=dygraphs.git diff --git a/tests/two-axes.html b/tests/two-axes.html index 06522ea..fd3f9d8 100644 --- a/tests/two-axes.html +++ b/tests/two-axes.html @@ -1,12 +1,9 @@ + Multiple y-axes - - + @@ -53,6 +50,9 @@ }, }, axes: { + y: { + axisLabelWidth: 60 + }, y2: { // set axis-related properties here labelsKMB: true @@ -60,7 +60,6 @@ }, ylabel: 'Primary y-axis', y2label: 'Secondary y-axis', - yAxisLabelWidth: 60 } );