@model TimelineSettingsViewModel @{ ViewData["Title"] = "Timeline Settings"; }
Display configuration @Model.ProjectName

Timeline Settings

Configure timeline display

Choose which workspace sections PlotLine loads and renders for this project. Filters and saved views still work separately.

@if (TempData["TimelineSettingsMessage"] is string message) {
@message
}

Sections

Workspace sections

Metric Shape

Timeline metrics

@Model.MetricOptions.Count metrics

These metrics appear on the timeline graph only. Story Health can continue using the full metric set.

@foreach (var metric in Model.MetricOptions) { }
Back to timeline
@section Scripts { }