UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

11 lines (9 loc) 174 B
export const DEFAULT_COLOR = ['#FAAD14', '#E8EDF3']; /** * 默认配置项 */ export const DEFAULT_OPTIONS = { percent: 0.2, color: DEFAULT_COLOR, animation: {}, };