PALETTES: {
gray: {
background: string;
categorical: string[];
foreground: string;
sequential: string[];
};
highContrast: {
background: string;
categorical: string[];
foreground: string;
sequential: string[];
};
mjDefault: {
background: string;
categorical: string[];
foreground: string;
sequential: string[];
};
pastel: {
background: string;
categorical: string[];
foreground: string;
sequential: string[];
};
} = ...
Type Declaration
gray: {
background: string;
categorical: string[];
foreground: string;
sequential: string[];
}
highContrast: {
background: string;
categorical: string[];
foreground: string;
sequential: string[];
}
mjDefault: {
background: string;
categorical: string[];
foreground: string;
sequential: string[];
}
pastel: {
background: string;
categorical: string[];
foreground: string;
sequential: string[];
}
Predefined color palettes for visualizations