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 4e9fa49 commit 8019393Copy full SHA for 8019393
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
@@ -18,7 +18,7 @@ const {
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
})
.setTitle('Loading example data ...')
24
.setAutoCursor((cursor) => cursor.setTickMarkerXVisible(false).setTickMarkerYVisible(false))
0 commit comments