From f1f1553fda0274af3d49fbe48e6b4ec46f8d6d04 Mon Sep 17 00:00:00 2001 From: Ilkka Kuosmanen Date: Tue, 2 Apr 2024 12:54:29 +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 931ecf7..b840ab0 100644 --- a/src/index.js +++ b/src/index.js @@ -63,7 +63,7 @@ const probabilityDistribution = (mean, variance) => (x) => // Make chart with series graphing standard probability density and cumulative distribution functions. 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, }) .setTitle('Probability distribution + Simulated accumulation and BoxSeries') // Set auto-cursor mode to 'onHover'