Skip to content
Snippets Groups Projects
Commit c3025c85 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst Committed by GitHub
Browse files

Merge pull request #629 from tvdijen/patch-7

Remove duplicate config
parents a19a7a0d 0b417fe4
No related branches found
No related tags found
No related merge requests found
...@@ -52,53 +52,6 @@ $config = array ( ...@@ -52,53 +52,6 @@ $config = array (
*/ */
'time_limit' => 300, 'time_limit' => 300,
'timeres' => array(
'day' => array(
'name' => 'Day',
'slot' => 60*15, // Slots of 15 minutes
'fileslot' => 60*60*24, // One day (24 hours) file slots
'axislabelint' => 6*4, // Number of slots per label. 4 per hour *6 = 6 hours
'dateformat-period' => 'j. M', // 4. Mars
'dateformat-intra' => 'j. M H:i', // 4. Mars 12:30
),
'week' => array(
'name' => 'Week',
'slot' => 60*60, // Slots of one hour
'fileslot' => 60*60*24*7, // 7 days of data in each file
'axislabelint' => 24, // Number of slots per label. 24 is one each day
'dateformat-period' => 'j. M', // 4. Mars
'dateformat-intra' => 'j. M H:i', // 4. Mars 12:30
),
'month' => array(
'name' => 'Month',
'slot' => 60*60*24, // Slots of one day
'fileslot' => 60*60*24*30, // 30 days of data in each file
'axislabelint' => 7, // Number of slots per label. 7 days => 1 week
'dateformat-period' => 'j. M Y H:i', // 4. Mars 12:30
'dateformat-intra' => 'j. M', // 4. Mars
),
'monthaligned' => array(
'name' => 'AlignedMonth',
'slot' => 60*60*24, // Slots of one day
'fileslot' => NULL, // 30 days of data in each file
'customDateHandler' => 'month',
'axislabelint' => 7, // Number of slots per label. 7 days => 1 week
'dateformat-period' => 'j. M Y H:i', // 4. Mars 12:30
'dateformat-intra' => 'j. M', // 4. Mars
),
'days180' => array(
'name' => '180 days',
'slot' => 60*60*24, // Slots of 1 day (24 hours)
'fileslot' => 60*60*24*180, // 80 days of data in each file
'axislabelint' => 30, // Number of slots per label. 7 days => 1 week
'dateformat-period' => 'j. M', // 4. Mars
'dateformat-intra' => 'j. M', // 4. Mars
),
),
'time_limit' => 300,
'timeres' => array( 'timeres' => array(
'day' => array( 'day' => array(
'name' => 'Day', 'name' => 'Day',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment