From a78882f4eb7bffda401a3f1bf411cba9df996d7b Mon Sep 17 00:00:00 2001 From: Ilkka Kuosmanen Date: Tue, 2 Apr 2024 12:55:08 +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 d289899..f02afcd 100644 --- a/src/index.js +++ b/src/index.js @@ -23,7 +23,7 @@ const { // Create Dashboard and Charts. // NOTE: Using `Dashboard` is no longer recommended for new applications. Find latest recommendations here: https://lightningchart.com/js-charts/docs/basic-topics/grouping-charts/ const dashboard = lightningChart().Dashboard({ - theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined + theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined, numberOfColumns: 3, numberOfRows: 2, })