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 92593fa commit 2286a9e
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 @@ -2,7 +2,7 @@ const lcjs = require('@arction/lcjs')
const { AxisTickStrategies, emptyTick, FormattingFunctions, SolidLine, SolidFill, synchronizeAxisIntervals, lightningChart, Themes } = lcjs

const highlightIntensity = 0.2 // [0, 1]
const assetsUrl = document.head.baseURI + 'examples/assets/1300'
const assetsUrl = new URL(document.head.baseURI).origin + new URL(document.head.baseURI).pathname + 'examples/assets/1300'
const exampleContainer = document.getElementById('chart') || document.body
const exampleBounds = exampleContainer.getBoundingClientRect()
const dataGridWidthFull = 800
Expand Down

0 comments on commit 2286a9e

Please sign in to comment.