yii\debug\components\TimelineDataProvider::getWidth PHP Method

getWidth() public method

Returns item width percent of the total width
public getWidth ( array $model ) : float
$model array
return float
    public function getWidth($model)
    {
        return $model['duration'] / ($this->panel->duration / 100);
    }