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