@amcharts/amcharts5
Version:
amCharts 5
15 lines • 546 B
TypeScript
import { Theme } from "../core/Theme";
/**
* "Savanna" — a warm, editorial light theme: a cream / sepia ground with a
* muted, low-key palette of natural accents (amber gold, terracotta, olive,
* plum, ochre, walnut).
*
* 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 SavannaTheme extends Theme {
protected setupDefaultRules(): void;
}
//# sourceMappingURL=SavannaTheme.d.ts.map