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 2b6fc63 commit 724b034
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 @@ -9,7 +9,7 @@ const { lightningChart, AxisTickStrategies, Themes } = lcjs

// Create a XY Chart.
const chart = lightningChart().ChartXY({
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
})

// Modify the default X Axis to use DateTime TickStrategy, and set the axis interval
Expand Down

0 comments on commit 724b034

Please sign in to comment.