/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to config.php

  • Committer: Aram Yeghikyan
  • Date: 2008-12-02 13:00:06 UTC
  • Revision ID: eghikyan@gmail.com-20081202130006-2786zkp6xe9njsd2
Axis and other staff

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
            "use_cache_timewindow" => true,     // Shrink time window to currently cached data
26
26
            "use_cache_reader" => false,        // Do not access data source while reading cache
27
27
            "overcome_reader_faults" => false,  // Use CACHE if connection to reader is failed
28
 
            "optimize_time_axes" => false,      // Limit window size by available data
 
28
            "optimize_time_axes" => true,       // Limit window size by available data (temporary change)
29
29
            "use_md5_postfix" => false,         // Use md5 for table name postfixes
30
30
            "null_value" => 0,                  // The numeric value to use instead of NULL (missing data) when needed
31
31
            "disable_caching" => false,         // The CACHE should not be generated, Item for RT display only
279
279
    $GRAPH_MARGINS = array (
280
280
        "left" => 50,
281
281
        "top" => 20,
282
 
        "right" => 20,
 
282
        "right" => 220,
283
283
        "bottom" => 30
284
284
    );
285
285
    $GRAPH_SELECTION = array (
332
332
 
333
333
/* This option defines a plot colors (used sequently), comment out to use black
334
334
only */
335
 
    $GRAPH_COLORS =  array("black", "blue", "orange", "brown",
336
 
            "#90EE90", "#ADD8E6", "#FFC0CB", "#A020F0", "#1E90FF");
 
335
    $GRAPH_COLORS =  array("#000000","#006400","#000080","#0B0000","#00008B","#8B0000","#8B008B","#8B8B00","#0F0F0F","#F0F0F0");
337
336
/*
338
337
    $GRAPH_COLORS =  array("black", "#483D8B","#2F4F4F","#00CED1","#9400D3","#FF1493","#00BFFF","#696969","#1E90FF","#D19275","#B22222","#FFFAF0","#228B22","#FF00FF","#DCDCDC",
339
338
            "#808080","#008000","#ADFF2F","#F0FFF0","#FF69B4","#CD5C5C","#4B0082","#FFFFF0","#F0E68C","#E6E6FA","#FFF0F5","#7CFC00","#FFFACD","#ADD8E6",