X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FcustomLabel.html;h=74fc6d65e444c6afeb1fcfce59a20bcfa341d408;hb=623dd1d6e1562941750eb9f00ac28f2481b07f95;hp=e3c2e200dcc84cc0cd780846b1f06f59a61c929b;hpb=54425b14df388e9337a1d77876512bb60ba74c3b;p=dygraphs.git diff --git a/tests/customLabel.html b/tests/customLabel.html index e3c2e20..74fc6d6 100644 --- a/tests/customLabel.html +++ b/tests/customLabel.html @@ -1,15 +1,40 @@ + Label styles - - - - - + + + +

Labels are transparent and repositioned:

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