X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftwo-axes.html;h=fa187c6ddcec0175e5d1d5480de95694f78b58cf;hb=623dd1d6e1562941750eb9f00ac28f2481b07f95;hp=24f717a294a6f1afcd4057a4c9260c82532cd345;hpb=15c1e309939d7e3a5eb363f84547c1efd336c365;p=dygraphs.git diff --git a/tests/two-axes.html b/tests/two-axes.html index 24f717a..fa187c6 100644 --- a/tests/two-axes.html +++ b/tests/two-axes.html @@ -1,16 +1,13 @@ - + Multiple y-axes - - + @@ -57,6 +54,9 @@ }, }, axes: { + y: { + axisLabelWidth: 60 + }, y2: { // set axis-related properties here labelsKMB: true @@ -64,7 +64,6 @@ }, ylabel: 'Primary y-axis', y2label: 'Secondary y-axis', - yAxisLabelWidth: 60 } );