From 724b0340b892afe911e24f0a564170a465d5f9f6 Mon Sep 17 00:00:00 2001 From: Ilkka Kuosmanen Date: Tue, 2 Apr 2024 12:52:54 +0300 Subject: [PATCH] Update --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 0f31a54..86eb1b5 100644 --- a/src/index.js +++ b/src/index.js @@ -9,7 +9,7 @@ const { lightningChart, AxisTickStrategies, Themes } = lcjs // Create a XY Chart. const chart = lightningChart().ChartXY({ - theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined + theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined, }) // Modify the default X Axis to use DateTime TickStrategy, and set the axis interval