UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

24 lines (23 loc) 346 B
/** * 分面图 默认配置项 */ export const DEFAULT_OPTIONS = { title: { style: { fontSize: 12, fill: 'rgba(0,0,0,0.65)', }, }, rowTitle: { style: { fontSize: 12, fill: 'rgba(0,0,0,0.65)', }, }, columnTitle: { style: { fontSize: 12, fill: 'rgba(0,0,0,0.65)', }, }, };