UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

15 lines (14 loc) 320 B
type InferStrategy = [string, [string, string][][]]; /** * @examples * * color - `discrete`, shape - `constant` * legendCategory.rule[27] is matched * * ❎ * shape - `discrete`, size - `constant` * There are no rules to match * */ export declare const LEGEND_INFER_STRATEGIES: InferStrategy[]; export {};