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

Labels are transparent and repositioned:

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