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

Labels are transparent and repositioned:

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