From 94124e1806f21afd2c5ee903780488b47c9f95c5 Mon Sep 17 00:00:00 2001 From: Ilkka Kuosmanen Date: Wed, 13 Mar 2024 11:20:33 +0200 Subject: [PATCH] Update --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5f8af4f..8bc10c9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "webpack-stream": "^7.0.0" }, "dependencies": { - "@arction/lcjs": "^5.1.1", + "@arction/lcjs": "^4.1.1", "@arction/xydata": "^1.4.0" }, "lightningChart": { diff --git a/src/index.js b/src/index.js index 22690d8..721e5d8 100644 --- a/src/index.js +++ b/src/index.js @@ -36,7 +36,7 @@ const dashboardRows = 4 const dashboard = lightningChart().Dashboard({ numberOfColumns: 1, numberOfRows: dashboardRows, - // theme: Themes.darkGold, + theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,, }) const theme = dashboard.getTheme()