diff --git a/frontend/src/lib/components/RunChart.svelte b/frontend/src/lib/components/RunChart.svelte index 1890269f62..de20db1d1e 100644 --- a/frontend/src/lib/components/RunChart.svelte +++ b/frontend/src/lib/components/RunChart.svelte @@ -110,11 +110,8 @@ function getMaxTime(jobs: CompletedJob[] | undefined): Date { return addSeconds(new Date(jobs?.[0]?.started_at ?? new Date().toString()), 15) } - - + } as any + + + diff --git a/frontend/src/lib/components/apps/components/display/AppChartJs.svelte b/frontend/src/lib/components/apps/components/display/AppChartJs.svelte new file mode 100644 index 0000000000..edde78f125 --- /dev/null +++ b/frontend/src/lib/components/apps/components/display/AppChartJs.svelte @@ -0,0 +1,91 @@ +