X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FcustomLabel.html;h=c6ffe969d61746219dd69f06289eedb4f197e5d5;hb=6e20721120a88fcf451c19559dfc62e2d316dd85;hp=09cabaf9ddfe75a7b720273a54efc988beddf61e;hpb=10494b48b43d9ca8710d441d3c530c7d546f3edf;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 + } + } } );