From 2d4e993b2a0738c68936c8cc7eb56b419fef683e Mon Sep 17 00:00:00 2001 From: Carl-OW <142233642+Carl-OW@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:54:13 +0100 Subject: [PATCH] Fix --- src/main/resources/lib/ssb/parts/highcharts/graph/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/lib/ssb/parts/highcharts/graph/config.ts b/src/main/resources/lib/ssb/parts/highcharts/graph/config.ts index fd0f0265a..0fce86a5b 100644 --- a/src/main/resources/lib/ssb/parts/highcharts/graph/config.ts +++ b/src/main/resources/lib/ssb/parts/highcharts/graph/config.ts @@ -339,7 +339,7 @@ export const createDefaultConfig = (highchartData, displayName, language) => ({ }, }, title: { - text: highchartData.yAxisTitle, + text: null, }, }, ],