X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Frange-selector.html;h=9c2b1405f4ee11bfcbe58154ef3e8c7732551d33;hb=0a31d41e94fae75808da6caa36e96fcdd40fd23f;hp=4b13fc31a0fdbf060625d2f19b3ec6d62b2341e9;hpb=fbd6834a9de994c68825a17fdaae2eaf514227ae;p=dygraphs.git diff --git a/tests/range-selector.html b/tests/range-selector.html index 4b13fc3..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, @@ -118,6 +128,7 @@ drawAxis : false } }, + labels: ['X', 'Y'], showRangeSelector: true, rangeSelectorHeight: 30 } @@ -132,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 } @@ -151,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 }