{#if loading} {:else if noMetrics}

No jobs delayed by more than 3 seconds in the last 14 days

{:else}
{#if countData} 3s)' } }, scales: { x: { type: 'time', min: minDate.toISOString(), max: new Date().toISOString() }, y: { title: { display: true, text: 'count' } } } }} /> {/if} {#if delayData} 3s)' }, tooltip: { callbacks: { label: function (context) { // @ts-ignore if (context.raw.y === 1) { return context.dataset.label + ': 0' } else { // @ts-ignore return context.dataset.label + ': ' + context.raw.y } } } } }, scales: { x: { type: 'time', min: minDate.toISOString(), max: new Date().toISOString() }, y: { type: 'logarithmic', title: { display: true, text: 'delay (s)' }, ticks: { callback: (value, _) => (value === 1 ? '0' : value) } } } }} /> {/if} Only tags for jobs that have been delayed by more than 3 seconds in the last 14 days are included in the graph.
{/if}