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

Labels are transparent and repositioned:

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