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