Skip to content

Commit d3fa4a7

Browse files
committed
Update
1 parent 250be58 commit d3fa4a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"webpack-stream": "^7.0.0"
1818
},
1919
"dependencies": {
20-
"@arction/lcjs": "^4.1.1",
20+
"@arction/lcjs": "^5.1.1",
2121
"@arction/xydata": "^1.4.0"
2222
},
2323
"lightningChart": {

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { PyramidChartTypes, PyramidLabelSide, SliceLabelFormatters, lightningChar
1010
// Create a Pyramid chart
1111
const pyramid = lightningChart()
1212
.Pyramid({
13-
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
13+
theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
1414
type: PyramidChartTypes.LabelsOnSides,
1515
})
1616
.setTitle('Company staff growth')

0 commit comments

Comments
 (0)