UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

14 lines (13 loc) 279 B
/** * @file 全局的一些变量定义:含国际化、主题... */ export declare const GLOBAL: { /** 全局语言 */ locale: string; }; /** * 全局变量设置 * @param key * @param value */ export declare function setGlobal(datum: Record<string, any>): void;