X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FcustomLabel.html;h=c4ebee7717ac24b5abd017ffb8f08a4cb9f3684d;hb=6eef8c1b9ec7b247ee2b508032bd3ec957d0fb68;hp=5160f90a9faf2951a5558639487c06cf3f827593;hpb=d37dca408f3689184774e53bfabf3824a263e374;p=dygraphs.git diff --git a/tests/customLabel.html b/tests/customLabel.html index 5160f90..c4ebee7 100644 --- a/tests/customLabel.html +++ b/tests/customLabel.html @@ -1,14 +1,39 @@ + Label styles - - - - - + + + +

Labels are transparent and repositioned:

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