X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Ftwo-axes.html;h=f652389be3ad2a108d1fd8a582d23f82e4703049;hb=77ad1333ba9d129938e6d03c063ada46ad1f98ab;hp=24f717a294a6f1afcd4057a4c9260c82532cd345;hpb=27fd63fc0ca45c06318bb47dd8c0f6aa074957b8;p=dygraphs.git diff --git a/tests/two-axes.html b/tests/two-axes.html index 24f717a..f652389 100644 --- a/tests/two-axes.html +++ b/tests/two-axes.html @@ -1,16 +1,12 @@ - Multiple y-axes - - + @@ -57,6 +53,9 @@ }, }, axes: { + y: { + axisLabelWidth: 60 + }, y2: { // set axis-related properties here labelsKMB: true @@ -64,7 +63,6 @@ }, ylabel: 'Primary y-axis', y2label: 'Secondary y-axis', - yAxisLabelWidth: 60 } );