UNPKG

@antv/g2plot

Version:

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

10 lines (9 loc) 197 B
/** * mutable 的方式修改 axis 配置 * @param axis */ /** * 将图形主题转换成 g2 theme 格式 * @param plotTheme */ export declare function convertToG2Theme(plotTheme: any): any;