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

Labels are transparent and repositioned:

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