From b3d61fd478406b5a9511af3a58a778ba312a6709 Mon Sep 17 00:00:00 2001 From: TheRillJon Date: Tue, 28 Apr 2026 20:58:49 +0100 Subject: [PATCH] Add support for standard Title and Description fields to custom charts --- .../custom-chart/CanvasCustomChart.svelte | 34 ++++++++++++++----- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/web-common/src/features/canvas/components/charts/custom-chart/CanvasCustomChart.svelte b/web-common/src/features/canvas/components/charts/custom-chart/CanvasCustomChart.svelte index a967fc4b826..98841ec971b 100644 --- a/web-common/src/features/canvas/components/charts/custom-chart/CanvasCustomChart.svelte +++ b/web-common/src/features/canvas/components/charts/custom-chart/CanvasCustomChart.svelte @@ -1,4 +1,5 @@ {#if hasValidSpec || hasContent} - +
+ + +
{:else} {/if}