X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Frange-selector.html;h=9c2b1405f4ee11bfcbe58154ef3e8c7732551d33;hb=c0e7b6254d879d6ccbfdd97b88eb904cc09cc9c1;hp=b257fe4d19721c7798fb8dcb380a1784f9672189;hpb=2b66af4f76dcd72d22f5844cb7684f3cb79fde42;p=dygraphs.git diff --git a/tests/range-selector.html b/tests/range-selector.html index b257fe4..9c2b140 100644 --- a/tests/range-selector.html +++ b/tests/range-selector.html @@ -1,11 +1,8 @@ + Temperatures with Range Selector - @@ -17,6 +14,21 @@ background-color: #101015; color: white; } + #darkbg1 .dygraph-axis-label, #darkbg2 .dygraph-axis-label { + color: white; + } + #noroll .dygraph-legend, + #roll14 .dygraph-legend, + #darkbg1 .dygraph-legend, + #darkbg2 .dygraph-legend { + text-align: right; + } + #darkbg1 .dygraph-legend { + background-color: #101015; + } + #darkbg2 .dygraph-legend { + background-color: #101015; + } @@ -61,7 +73,6 @@ title: 'Daily Temperatures in New York vs. San Francisco', ylabel: 'Temperature (F)', legend: 'always', - labelsDivStyles: { 'textAlign': 'right' }, showRangeSelector: true } ); @@ -75,7 +86,6 @@ title: 'Daily Temperatures in New York vs. San Francisco', ylabel: 'Temperature (F)', legend: 'always', - labelsDivStyles: { 'textAlign': 'right' }, xAxisHeight: 14, showRangeSelector: true, rangeSelectorHeight: 80, @@ -133,11 +143,9 @@ title: 'Nightly Temperatures in NY vs. SF', ylabel: 'Temperature (F)', legend: 'always', - labelsDivStyles: { 'textAlign': 'right', 'backgroundColor': '#101015' }, showRangeSelector: true, rangeSelectorPlotFillColor: 'MediumSlateBlue', rangeSelectorPlotFillGradientColor: 'rgba(123, 104, 238, 0)', - axisLabelColor: 'white', colorValue: 0.9, fillAlpha: 0.4 } @@ -152,10 +160,8 @@ title: 'Nightly Temperatures in NY vs. SF', ylabel: 'Temperature (F)', legend: 'always', - labelsDivStyles: { 'textAlign': 'right', 'backgroundColor': '#101015' }, showRangeSelector: true, rangeSelectorPlotFillColor: 'MediumSlateBlue', - axisLabelColor: 'white', colorValue: 0.9, fillAlpha: 0.4 }