X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FcustomLabel.html;h=c4ebee7717ac24b5abd017ffb8f08a4cb9f3684d;hb=287c4d68da47248a301bc9087d3b3c7f4ea36a44;hp=dcbaf2e9888581d51942cca4fcd0ed623135ecf2;hpb=fb25c8b6d070c7e347b260ef39917220b6159e4e;p=dygraphs.git diff --git a/tests/customLabel.html b/tests/customLabel.html index dcbaf2e..c4ebee7 100644 --- a/tests/customLabel.html +++ b/tests/customLabel.html @@ -1,14 +1,39 @@ + Label styles - - - - - + + + +

Labels are transparent and repositioned:

@@ -20,13 +45,12 @@ NoisyData, { rollPeriod: 14, errorBars: true, - labelsDivWidth: 100, - labelsDivStyles: { - 'background-color': 'transparent', - 'top': '210px' - }, labelsSeparateLines: true, - yAxisLabelWidth: 20 + axes: { + y: { + axisLabelWidth: 20 + } + } } );