@amcharts/amcharts5
Version:
amCharts 5
15 lines • 548 B
TypeScript
import { Theme } from "../core/Theme";
/**
* "Ember" — a warm dark theme on a warm near-black ground, with a series
* palette biased toward ambers, oranges and reds (plus a few cool hues for
* categorical separation).
*
* This is a standalone theme; it does not modify the built-in `DarkTheme`.
*
* @see {@link https://www.amcharts.com/docs/v5/concepts/themes/} for more info
* @important
*/
export declare class EmberTheme extends Theme {
protected setupDefaultRules(): void;
}
//# sourceMappingURL=EmberTheme.d.ts.map