UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

8 lines (7 loc) 391 B
import { ViewLayerConfig } from '../../base/view-layer'; export declare function getColorConfig(type: string, props: ViewLayerConfig, count: number): { single: boolean; color: any; }; /** 判断是不是单图元类型的图表:单折线图、基础柱状图、散点图、基础面积图等 */ export declare function isSingleGraph(type: string, props: ViewLayerConfig): boolean;