X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;ds=sidebyside;f=tests%2FcustomLabel.html;h=74fc6d65e444c6afeb1fcfce59a20bcfa341d408;hb=cf61aeb77cda5e2638b1f00588dcd90394afd24c;hp=d206f60ae38f96ef3ce10ccefd7420795717aa37;hpb=104ea5ad3a83d5e3a54260343fa0fe7e3a3e6448;p=dygraphs.git diff --git a/tests/customLabel.html b/tests/customLabel.html index d206f60..74fc6d6 100644 --- a/tests/customLabel.html +++ b/tests/customLabel.html @@ -1,18 +1,40 @@ - + Label styles - - + +

Labels are transparent and repositioned:

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