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