@antv/g2plot
Version:
An interactive and responsive charting library
41 lines (40 loc) • 989 B
TypeScript
export declare const FUNNEL_PERCENT = "$$percentage$$";
export declare const FUNNEL_MAPPING_VALUE = "$$mappingValue$$";
export declare const FUNNEL_CONVERSATION = "$$conversion$$";
export declare const FUNNEL_TOTAL_PERCENT = "$$totalPercentage$$";
export declare const PLOYGON_X = "$$x$$";
export declare const PLOYGON_Y = "$$y$$";
/**
* 漏斗图 默认配置项
*/
export declare const DEFAULT_OPTIONS: {
appendPadding: number[];
minSize: number;
maxSize: number;
meta: {
$$mappingValue$$: {
min: number;
max: number;
nice: boolean;
};
};
label: {
style: {
fill: string;
fontSize: number;
};
};
tooltip: {
showTitle: boolean;
showMarkers: boolean;
shared: boolean;
};
conversionTag: {
offsetX: number;
offsetY: number;
style: {
fontSize: number;
fill: string;
};
};
};