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[];
}
background: string
categorical: string[]
foreground: string
sequential: string[]
highContrast: {
background: string;
categorical: string[];
foreground: string;
sequential: string[];
}
background: string
categorical: string[]
foreground: string
sequential: string[]
mjDefault: {
background: string;
categorical: string[];
foreground: string;
sequential: string[];
}
background: string
categorical: string[]
foreground: string
sequential: string[]
pastel: {
background: string;
categorical: string[];
foreground: string;
sequential: string[];
}
background: string
categorical: string[]
foreground: string
sequential: string[]
Predefined color palettes for visualizations