From 0df312c58a121ed456f85c667dacf2b190573aee Mon Sep 17 00:00:00 2001 From: Ilkka Kuosmanen Date: Wed, 13 Mar 2024 11:29:09 +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 a8115a4..d37558b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "webpack-stream": "^7.0.0" }, "dependencies": { - "@arction/lcjs": "^4.1.1", + "@arction/lcjs": "^5.1.1", "@arction/xydata": "^1.4.0" }, "lightningChart": { diff --git a/src/index.js b/src/index.js index 36aff0f..c4cfd9f 100644 --- a/src/index.js +++ b/src/index.js @@ -38,7 +38,7 @@ const dashboard = lightningChart({ license: license, }) .Dashboard({ - theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined, + theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined numberOfColumns: 1, numberOfRows: 2, })