From 00c6ddbd511a355d51b568861ffb604755d7b4f8 Mon Sep 17 00:00:00 2001 From: dsc Date: Sun, 1 Apr 2012 01:23:53 -0700 Subject: [PATCH] Moves root Dygraphs preset to data folder. --- data/graphs/root.yaml | 97 +++++++++++++++++++++++++++++++++++++++++++++++++ www/presets/root.yaml | 97 ------------------------------------------------- 2 files changed, 97 insertions(+), 97 deletions(-) create mode 100644 data/graphs/root.yaml delete mode 100644 www/presets/root.yaml diff --git a/data/graphs/root.yaml b/data/graphs/root.yaml new file mode 100644 index 0000000..1c4963a --- /dev/null +++ b/data/graphs/root.yaml @@ -0,0 +1,97 @@ +# The root graph, holding defaults inherited by all graphs. + +id : root +slug : root +dataset : '/data/non_mobile_pageviews_by.timestamp.language.csv' +width : 'auto' +height : 400 +chartType : 'dygraphs' +parents : [] +options : + animatedZooms : true + avoidMinZero : false + axis : null + axisLabelColor : "#666666" + axisLabelFontSize : 14 + axisLabelFormatter : null + axisLabelWidth : 50 + axisLineColor : "#AAAAAA" + axisLineWidth : 0.3 + axisTickSize : 3.0 + colorSaturation : 1.0 + colorValue : 0.5 + colors : ["#FF0097", "#EF8158", "#83BB32", "#182B53", "#4596FF", "#553DC9", "#AD3238", "#00FFBC", "#F1D950"] + connectSeparatedPoints : false + customBars : false + dateWindow : null + delimiter : "," + digitsAfterDecimal : 2 + displayAnnotations : false + drawPoints : false + drawXAxis : true + drawXGrid : true + drawYAxis : true + drawYGrid : true + errorBars : false + file : null + fillAlpha : 0.15 + fillGraph : false + fractions : false + gridLineColor : "#D8D8D8" + gridLineWidth : 0.3 + hideOverlayOnMouseOut : true + highlightCircleSize : 4 + includeZero : false + interactionModel : null + isZoomedIgnoreProgrammaticZoom : false + labels : null + labelsDiv : null + labelsDivStyles : null + labelsDivWidth : 250 + labelsKMB : true + labelsKMG2 : false + labelsSeparateLines : true + labelsShowZeroValues : true + legend : always + logscale : true + maxNumberWidth : 30 + panEdgeFraction : null + pixelsPerLabel : null + pixelsPerXLabel : null + pixelsPerYLabel : null + pointSize : 1 + rangeSelectorHeight : 40 + rangeSelectorPlotFillColor : "#A7B1C4" + rangeSelectorPlotStrokeColor : "#808FAB" + rightGap : 20 + rollPeriod : 1 + showLabelsOnHighlight : true + showRangeSelector : false + showRoller : false + sigFigs : null + sigma : 2.0 + stackedGraph : false + stepPlot : false + strokePattern : null + strokeWidth : 2 + ticker : null + timingName : null + title : null + titleHeight : 18 + valueFormatter : null + valueRange : null + visibility : null + wilsonInterval : true + xAxisHeight : null + xAxisLabelFormatter : null + xAxisLabelWidth : 55 + xLabelHeight : 18 + xValueFormatter : null + xValueParser : null + xlabel : null + y2label : null + yAxisLabelFormatter : null + yAxisLabelWidth : 50 + yLabelWidth : 18 + yValueFormatter : null + ylabel : null diff --git a/www/presets/root.yaml b/www/presets/root.yaml deleted file mode 100644 index 1c4963a..0000000 --- a/www/presets/root.yaml +++ /dev/null @@ -1,97 +0,0 @@ -# The root graph, holding defaults inherited by all graphs. - -id : root -slug : root -dataset : '/data/non_mobile_pageviews_by.timestamp.language.csv' -width : 'auto' -height : 400 -chartType : 'dygraphs' -parents : [] -options : - animatedZooms : true - avoidMinZero : false - axis : null - axisLabelColor : "#666666" - axisLabelFontSize : 14 - axisLabelFormatter : null - axisLabelWidth : 50 - axisLineColor : "#AAAAAA" - axisLineWidth : 0.3 - axisTickSize : 3.0 - colorSaturation : 1.0 - colorValue : 0.5 - colors : ["#FF0097", "#EF8158", "#83BB32", "#182B53", "#4596FF", "#553DC9", "#AD3238", "#00FFBC", "#F1D950"] - connectSeparatedPoints : false - customBars : false - dateWindow : null - delimiter : "," - digitsAfterDecimal : 2 - displayAnnotations : false - drawPoints : false - drawXAxis : true - drawXGrid : true - drawYAxis : true - drawYGrid : true - errorBars : false - file : null - fillAlpha : 0.15 - fillGraph : false - fractions : false - gridLineColor : "#D8D8D8" - gridLineWidth : 0.3 - hideOverlayOnMouseOut : true - highlightCircleSize : 4 - includeZero : false - interactionModel : null - isZoomedIgnoreProgrammaticZoom : false - labels : null - labelsDiv : null - labelsDivStyles : null - labelsDivWidth : 250 - labelsKMB : true - labelsKMG2 : false - labelsSeparateLines : true - labelsShowZeroValues : true - legend : always - logscale : true - maxNumberWidth : 30 - panEdgeFraction : null - pixelsPerLabel : null - pixelsPerXLabel : null - pixelsPerYLabel : null - pointSize : 1 - rangeSelectorHeight : 40 - rangeSelectorPlotFillColor : "#A7B1C4" - rangeSelectorPlotStrokeColor : "#808FAB" - rightGap : 20 - rollPeriod : 1 - showLabelsOnHighlight : true - showRangeSelector : false - showRoller : false - sigFigs : null - sigma : 2.0 - stackedGraph : false - stepPlot : false - strokePattern : null - strokeWidth : 2 - ticker : null - timingName : null - title : null - titleHeight : 18 - valueFormatter : null - valueRange : null - visibility : null - wilsonInterval : true - xAxisHeight : null - xAxisLabelFormatter : null - xAxisLabelWidth : 55 - xLabelHeight : 18 - xValueFormatter : null - xValueParser : null - xlabel : null - y2label : null - yAxisLabelFormatter : null - yAxisLabelWidth : 50 - yLabelWidth : 18 - yValueFormatter : null - ylabel : null -- 1.7.0.4