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