@amcharts/amcharts5
Version:
amCharts 5
16 lines • 663 B
TypeScript
import { ColorblindTheme } from "./ColorblindTheme";
/**
* "Colorblind Dark" — the color-vision-deficiency-safe Okabe-Ito palette on a
* dark ground. Reuses the light theme's palette (lifting its black entry so it
* reads 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 `Colorblind`
* theme.
*
* @see {@link https://www.amcharts.com/docs/v5/concepts/themes/} for more info
* @important
*/
export declare class ColorblindDarkTheme extends ColorblindTheme {
protected setupDefaultRules(): void;
}
//# sourceMappingURL=ColorblindDarkTheme.d.ts.map