@amcharts/amcharts5
Version:
amCharts 5
15 lines • 624 B
TypeScript
import { SpiritedTheme } from "./SpiritedTheme";
/**
* "Spirited Dark" — the `Spirited` palette on a dark ground. Reuses the Spirited
* series colors (lifting any too-dark entries so they read on the dark ground)
* and applies a neutral dark set of interface colors.
*
* This is a standalone theme; it does not modify the built-in `Spirited` theme.
*
* @see {@link https://www.amcharts.com/docs/v5/concepts/themes/} for more info
* @important
*/
export declare class SpiritedDarkTheme extends SpiritedTheme {
protected setupDefaultRules(): void;
}
//# sourceMappingURL=SpiritedDarkTheme.d.ts.map