X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FcustomLabel.html;h=74fc6d65e444c6afeb1fcfce59a20bcfa341d408;hb=6ed703fd07b53ca7e51526407661f3bce416dcc0;hp=09cabaf9ddfe75a7b720273a54efc988beddf61e;hpb=e14b35042fcba0a67878e0bafe8d4f85c82116c5;p=dygraphs.git diff --git a/tests/customLabel.html b/tests/customLabel.html index 09cabaf..74fc6d6 100644 --- a/tests/customLabel.html +++ b/tests/customLabel.html @@ -1,16 +1,40 @@ - + Label styles - - - - - + + + +

Labels are transparent and repositioned:

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