We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c299d4 commit 4f1168dCopy full SHA for 4f1168d
package.json
@@ -17,7 +17,7 @@
17
"webpack-stream": "^7.0.0"
18
},
19
"dependencies": {
20
- "@arction/lcjs": "^4.1.1",
+ "@arction/lcjs": "^5.1.1",
21
"@arction/xydata": "^1.4.0"
22
23
"lightningChart": {
src/index.js
@@ -15,7 +15,7 @@ const { createProgressiveTraceGenerator } = xydata
15
16
// 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
})
// Create line series optimized for regular progressive X data.
0 commit comments