A collection of default library color theme implementations.
Color theme of components must be specified when it is created, and can't be changed afterwards (without destroying and recreating the component):
// Example syntax, create ChartXY with specific color theme. const chart = lightningChart().ChartXY({ theme: Themes.light, })
LCJS default theme is darkGold.
Available themes:
darkGold
light
lightNature
cyberSpace
turquoiseHexagon
A collection of default library color theme implementations.
Color theme of components must be specified when it is created, and can't be changed afterwards (without destroying and recreating the component):
LCJS default theme is darkGold.
Available themes:
darkGoldlightlightNaturecyberSpaceturquoiseHexagon