@antv/g2plot
Version:
An interactive and responsive charting library
32 lines (31 loc) • 806 B
TypeScript
export declare const Y_FIELD = "$$stock-range$$";
export declare const TREND_FIELD = "trend";
export declare const TREND_UP = "up";
export declare const TREND_DOWN = "down";
/** tooltip 配置 */
export declare const DEFAULT_TOOLTIP_OPTIONS: {
showMarkers: boolean;
showCrosshairs: boolean;
shared: boolean;
crosshairs: {
type: string;
follow: boolean;
text: (type: any, defaultContent: any, items: any) => {
position: string;
content: any;
style: {
fill: string;
};
};
textBackground: {
padding: number[];
style: {
fill: string;
};
};
};
};
/**
* 散点图 默认配置项
*/
export declare const DEFAULT_OPTIONS: any;