Member Junction
    Preparing search index...
    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[];
        };
    } = ...

    Predefined color palettes for visualizations

    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[];
      }