@@ -442,3 +467,23 @@
}}
onReplace={createPivot}
/>
+
+{#if screenshotDialogMeasure}
+
+{/if}
diff --git a/web-common/src/features/dashboards/time-series/ScreenshotContainer.svelte b/web-common/src/features/dashboards/time-series/ScreenshotContainer.svelte
new file mode 100644
index 00000000000..c85f1906e96
--- /dev/null
+++ b/web-common/src/features/dashboards/time-series/ScreenshotContainer.svelte
@@ -0,0 +1,182 @@
+
+
+
+
+
+ Export chart
+
+
+
+
+
+
+
+
+
+ {#if timeGranularity}
+
+ {/if}
+
+
+
+ {#if timeGranularity}
+
+ {/if}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/web-common/src/features/themes/selectors.ts b/web-common/src/features/themes/selectors.ts
index d05ab43a6a2..5a55017bddc 100644
--- a/web-common/src/features/themes/selectors.ts
+++ b/web-common/src/features/themes/selectors.ts
@@ -72,6 +72,7 @@ export function createResolvedThemeStore(
queryClient,
);
return themeQuery.subscribe(($themeQuery) => {
+ console.log(name, $themeQuery.data);
if ($themeQuery.data?.theme?.spec) {
set(new Theme($themeQuery.data.theme.spec));
} else {