@antv/g2
Version:
the Grammar of Graphics in Javascript
8 lines (7 loc) • 303 B
TypeScript
import { PaletteComponent } from '../runtime';
import { Category20Palette } from '../spec/palette';
export type Category20Options = Omit<Category20Palette, 'type'>;
/**
* Classic palette of AntV for ordinal data with 20 colors.
*/
export declare const Category20: PaletteComponent<Category20Options>;