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 bcfed54 commit 27eac70Copy full SHA for 27eac70
package.json
@@ -17,8 +17,8 @@
17
"webpack-stream": "^7.0.0"
18
},
19
"dependencies": {
20
- "@lightningchart/lcjs": "^7.1.0",
21
- "@lightningchart/xydata": "^1.4.0"
+ "@lightningchart/lcjs": "^8.0.0",
+ "@lightningchart/xydata": "^1.5.0"
22
23
"lightningChart": {
24
"eID": "1706"
src/index.js
@@ -6,6 +6,7 @@ const chart = lightningChart({
6
resourcesBaseUrl: new URL(document.head.baseURI).origin + new URL(document.head.baseURI).pathname + 'resources/',
7
})
8
.ParallelCoordinateChart({
9
+ legend: { visible: false },
10
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
11
12
.setTitle('Real-Time Parallel Coordinate Chart')
0 commit comments