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

getLeft() public method

Returns the offset left item, percentage of the total width
public getLeft ( array $model ) : float
$model array
return float
    public function getLeft($model)
    {
        return $this->getTime($model) / ($this->panel->duration / 100);
    }