@amcharts/amcharts5
Version:
amCharts 5
14 lines • 526 B
TypeScript
import { Theme } from "../core/Theme";
/**
* "Pastel" — a soft, low-saturation light theme on a warm off-white ground, with
* a muted pastel series palette. Calm and editorial. Pairs with `PastelDark`.
*
* This is a standalone theme; it does not modify any built-in theme.
*
* @see {@link https://www.amcharts.com/docs/v5/concepts/themes/} for more info
* @important
*/
export declare class PastelTheme extends Theme {
protected setupDefaultRules(): void;
}
//# sourceMappingURL=PastelTheme.d.ts.map