X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FcustomLabel.html;h=c4ebee7717ac24b5abd017ffb8f08a4cb9f3684d;hb=056763ed22ccc5bdebc73355841052d0d6815a1f;hp=d206f60ae38f96ef3ce10ccefd7420795717aa37;hpb=003f94b51b9ff4f8a52935105dfba0aec2b5fd77;p=dygraphs.git diff --git a/tests/customLabel.html b/tests/customLabel.html index d206f60..c4ebee7 100644 --- a/tests/customLabel.html +++ b/tests/customLabel.html @@ -1,18 +1,39 @@ - Label styles - - + +

Labels are transparent and repositioned:

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