array( 'title' => 'Auslastung Download', 'label' => 'Traffic ('.$units['unit'].')', 'unit' => $units['unit'], 'cycle' => 10, 'columns' => array( array( 'label' => 'Zeit', 'type' => 'datetime', 'downloadTitle' => 'Datum' ), array( 'label' => 'Maximal', 'type' => 'number', 'downloadTitle' => 'Maximal in Byte/s', 'division' => $units['division'], 'style' => array( 'color' => '#3366cc', 'type' => 'line', 'lineDashStyle' => 10 ) ), array( 'label' => 'Download', 'type' => 'number', 'downloadTitle' => 'Auslastung Download in Byte/s', 'division' => $units['division'], 'style' => array( 'color' => '#3366cc' ) ) ), 'limits' => array( 'min' => array( 'value' => 0.01, 'use' => 'fix', 'fix' => true ), 'max' => array( 'value' => 1.10, 'use' => 'multiply', 'fix' => false ) ) ), 'fritzbox.traffic-upload' => array( 'title' => 'Auslastung Upload', 'label' => 'Traffic ('.$units['unit'].')', 'unit' => $units['unit'], 'cycle' => 10, 'columns' => array( array( 'label' => 'Zeit', 'type' => 'datetime', 'downloadTitle' => 'Datum' ), array( 'label' => 'Maximal', 'type' => 'number', 'downloadTitle' => 'Maximal in Byte/s', 'division' => $units['division'], 'style' => array( 'color' => '#3366cc', 'type' => 'line', 'lineDashStyle' => 10 ) ), array( 'label' => 'Upload', 'type' => 'number', 'downloadTitle' => 'Auslastung Upload in Byte/s', 'division' => $units['division'], 'style' => array( 'color' => '#3366cc' ) ) ), 'limits' => array( 'min' => array( 'value' => 0.01, 'use' => 'fix', 'fix' => true ), 'max' => array( 'value' => 1.10, 'use' => 'multiply', 'fix' => false ) ) ) ); ?>