X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FcustomLabel.html;h=c6ffe969d61746219dd69f06289eedb4f197e5d5;hb=f160e4ac8166f74d1f0e5604061564fbca5ba5a5;hp=d206f60ae38f96ef3ce10ccefd7420795717aa37;hpb=8ae015b50696f7cdbe20d2bec89cf9e9267738e3;p=dygraphs.git diff --git a/tests/customLabel.html b/tests/customLabel.html index d206f60..c6ffe96 100644 --- a/tests/customLabel.html +++ b/tests/customLabel.html @@ -1,18 +1,36 @@ - + Label styles - - - + +

Labels are transparent and repositioned:

@@ -24,12 +42,12 @@ NoisyData, { rollPeriod: 14, errorBars: true, - labelsDivWidth: 100, - labelsDivStyles: { - 'backgroundColor': 'transparent', - }, labelsSeparateLines: true, - yAxisLabelWidth: 20 + axes: { + y: { + axisLabelWidth: 20 + } + } } );