From c6aac12081308a121560ee01528a249c236fa17a Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 20 Jan 2026 16:11:47 +0200 Subject: [PATCH] Updated scatter and bubble chart to use cat axis formatting --- src/gen-charts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen-charts.ts b/src/gen-charts.ts index 37f27396b..4ab0d9407 100644 --- a/src/gen-charts.ts +++ b/src/gen-charts.ts @@ -1664,7 +1664,7 @@ function makeCatAxis (opts: IChartOptsLib, axisId: string, valAxisId: string): s } // NOTE: Adding Val Axis Formatting if scatter or bubble charts if (opts._type === CHART_TYPE.SCATTER || opts._type === CHART_TYPE.BUBBLE || opts._type === CHART_TYPE.BUBBLE3D) { - strXml += ' ' + strXml += ' ' } else { strXml += ' ' }