Skip to content

Commit 639128a

Browse files
committed
Update
1 parent d3fa4a7 commit 639128a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)