@lightningchart/lcjs-themes
Version:
Open-source Themes package for LightningChart JS
18 lines • 605 B
TypeScript
/**
* Adaptation of a flat dark theme using `makeCustomTheme` factory.
*
* ```ts
* // Example use
* import { flatThemeDark } from '@lightningchart/lcjs-themes'
*
* const chart = lightningChart().ChartXY({ theme: flatThemeDark })
* ```
*
* Make your own adjustments by:
* - Referencing source code at https://github.com/Arction/lcjs-themes/blob/main/src/flatThemeDark.ts
* - Using the online editor: https://arction.github.io/lcjs-themes/
*
* @public
*/
export declare const flatThemeDark: import("@lightningchart/lcjs").Theme;
//# sourceMappingURL=flatThemeDark.d.ts.map