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 d3fa4a7 commit 639128aCopy full SHA for 639128a
src/index.js
@@ -10,7 +10,7 @@ const { PyramidChartTypes, PyramidLabelSide, SliceLabelFormatters, lightningChar
10
// Create a Pyramid chart
11
const pyramid = lightningChart()
12
.Pyramid({
13
- theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined
+ theme: Themes[new URLSearchParams(window.location.search).get('theme') || 'darkGold'] || undefined,
14
type: PyramidChartTypes.LabelsOnSides,
15
})
16
.setTitle('Company staff growth')
0 commit comments