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 1d94444 commit e9b1f17
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
Expand Up @@ -10,7 +10,9 @@ const numberOfDays = 1000

// Create a Dashboard, with a single column and two rows.
// 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 dashboard = lightningChart()
const dashboard = lightningChart({
resourcesBaseUrl: new URL(document.head.baseURI).origin + new URL(document.head.baseURI).pathname + 'resources/',
})
.Dashboard({
numberOfColumns: 1,
numberOfRows: 2,
Expand Down

0 comments on commit e9b1f17

Please sign in to comment.