X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fstyled-chart-labels.html;h=233c7f8a98ffee7ec5f4c948ea5df07e810a7038;hb=6e20721120a88fcf451c19559dfc62e2d316dd85;hp=07a43b94af4b0183f36fa64f7a8c578dd5e09b7e;hpb=fbd6834a9de994c68825a17fdaae2eaf514227ae;p=dygraphs.git diff --git a/tests/styled-chart-labels.html b/tests/styled-chart-labels.html index 07a43b9..233c7f8 100644 --- a/tests/styled-chart-labels.html +++ b/tests/styled-chart-labels.html @@ -1,11 +1,8 @@ + two series - @@ -29,6 +26,10 @@ margin: 5px; padding: 2px; } + .dygraph-legend { + text-align: right; + background: none; + } @@ -50,10 +51,6 @@ titleHeight: 32, ylabel: 'Temperature (F)', xlabel: 'Date (Ticks indicate the start of the indicated time period)', - labelsDivStyles: { - 'text-align': 'right', - 'background': 'none' - }, strokeWidth: 1.5 } ); @@ -66,10 +63,6 @@ title: 'High and Low Temperatures (30-day average)', ylabel: 'Temperature (F)', xlabel: 'Date (Ticks indicate the start of the indicated time period)', - labelsDivStyles: { - 'text-align': 'right', - 'background': 'none' - }, strokeWidth: 1.5 } );