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