X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Ftwo-axes.html;h=fa187c6ddcec0175e5d1d5480de95694f78b58cf;hb=0bc4cb546af5d1ce157ad701a45169cc07c9c839;hp=24f717a294a6f1afcd4057a4c9260c82532cd345;hpb=c17e11738cb5603fafcdc84527114502312344c4;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 } );