Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Snekw committed Apr 5, 2024
1 parent 424b90d commit 94371b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -18,7 +18,9 @@ const channelCount = channels.length

// Create 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({
const grid = lightningChart({
resourcesBaseUrl: new URL(document.head.baseURI).origin + new URL(document.head.baseURI).pathname + 'resources/',
}).Dashboard({
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
numberOfRows: channelCount,
numberOfColumns: 1,

0 comments on commit 94371b6

Please sign in to comment.