From b732bbdee788a51a7822cf0003cb44a2d29af1fd Mon Sep 17 00:00:00 2001 From: Ilkka Kuosmanen Date: Tue, 2 Apr 2024 12:54:19 +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 aaf5985..d66b0d4 100644 --- a/src/index.js +++ b/src/index.js @@ -16,7 +16,7 @@ const { createProgressiveTraceGenerator, createTraceGenerator } = xydata // Create a 3x3 dashboard. // 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 grid = lightningChart().Dashboard({ - theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined + theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined, numberOfRows: 3, numberOfColumns: 3, })