Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Snekw committed Apr 2, 2024
1 parent 5573898 commit b732bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit b732bbd

Please sign in to comment.