init basic proof of concept

This commit is contained in:
Christoph Kluge
2024-08-26 17:37:23 +02:00
parent 5cc7fc6ccb
commit a59df12595
3 changed files with 31 additions and 1 deletions

View File

@@ -190,6 +190,10 @@
{:else if series != null && !patternMatches}
<Timeseries
bind:this={plot}
on:zoom-in={({ detail }) => {
// filterComponent.updateFilters(detail)
console.log("Upstream New Res:", detail)
}}
{width}
height={300}
cluster={job.cluster}
@@ -203,6 +207,10 @@
{:else if statsSeries[selectedScopeIndex] != null && patternMatches}
<Timeseries
bind:this={plot}
on:zoom-in={({ detail }) => {
// filterComponent.updateFilters(detail)
console.log("Upstream New Res:", detail)
}}
{width}
height={300}
cluster={job.cluster}