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