@amcharts/amcharts5
Version:
amCharts 5
15 lines • 620 B
TypeScript
import { KellyTheme } from "./KellyTheme";
/**
* "Kelly Dark" — the `Kelly` maximum-contrast palette on a dark ground. Reuses
* the Kelly series colors (lifting the few near-black 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 `Kelly` theme.
*
* @see {@link https://www.amcharts.com/docs/v5/concepts/themes/} for more info
* @important
*/
export declare class KellyDarkTheme extends KellyTheme {
protected setupDefaultRules(): void;
}
//# sourceMappingURL=KellyDarkTheme.d.ts.map