UNPKG

@antv/g2plot

Version:

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

199 lines (198 loc) 5.25 kB
export declare const DEFAULT_DARK_THEME: { backgroundStyle: { fill: string; }; defaultColor: string; width: number; height: number; bleeding: (number | ((props: import("..").ViewConfig) => 24 | 12) | ((props: import("..").ViewConfig) => 24 | 8))[]; padding: string; title: { padding: number[]; fontFamily: string; fontSize: number; fontWeight: string; fill: string; stroke: string; textAlign: string; textBaseline: string; lineHeight: number; alignWithAxis: boolean; }; description: { padding: (number | ((legendPosition: any) => 24 | 12))[]; fontFamily: string; fontSize: number; fill: string; stroke: string; textAlign: string; textBaseline: string; lineHeight: number; alignWithAxis: boolean; }; axis: { y: { visible: boolean; position: string; autoHideLabel: boolean; autoRotateLabel: boolean; autoRotateTitle: boolean; grid: { visible: boolean; style: { stroke: string; lineWidth: number; lineDash: number[]; }; }; line: { visible: boolean; style: { stroke: string; lineWidth: number; }; }; tickLine: { visible: boolean; style: { stroke: string; lineWidth: number; length: number; }; }; label: { visible: boolean; offset: number; textStyle: { fill: string; fontSize: number; }; }; title: { visible: boolean; offset: number; style: { fill: string; fontSize: number; textBaseline: string; }; }; }; x: { visible: boolean; position: string; autoHideLabel: boolean; autoRotateLabel: boolean; autoRotateTitle: boolean; grid: { visible: boolean; style: { stroke: string; lineWidth: number; lineDash: number[]; }; }; line: { visible: boolean; style: { stroke: string; }; }; tickLine: { visible: boolean; style: { length: number; stroke: string; lineWidth: number; }; }; label: { visible: boolean; textStyle: { fill: string; fontSize: number; }; offset: number; }; title: { visible: boolean; offset: number; style: { fill: string; fontSize: number; }; }; }; circle: { autoHideLabel: boolean; autoRotateLabel: boolean; autoRotateTitle: boolean; grid: { style: { lineDash: any; lineWidth: number; stroke: string; }; }; line: { style: { lineWidth: number; stroke: string; }; }; tickLine: { style: { lineWidth: number; stroke: string; length: number; alignWithLabel: boolean; }; }; label: { offset: number; textStyle: { fill: string; fontSize: number; }; }; title: { offset: number; style: { fill: string; fontSize: number; }; }; }; radius: { label: { offset: number; textStyle: { fill: string; fontSize: number; }; }; }; }; legend: { flipPage: boolean; position: string; innerPadding: number[]; }; label: { offset: number; textStyle: { fill: string; }; style: { fill: string; lineWidth: number; }; }; tooltip: { 'g2-tooltip': { backgroundColor: string; boxShadow: string; color: string; }; }; };