@antv/g2plot
Version:
An interactive and responsive charting library
37 lines (36 loc) • 781 B
TypeScript
export declare const DEFAULT_OPTIONS: {
colorField: string;
rectStyle: {
lineWidth: number;
stroke: string;
};
hierarchyConfig: {
tile: "treemapSquarify";
};
label: {
fields: string[];
layout: {
type: string;
};
};
tooltip: {
showMarkers: boolean;
showTitle: boolean;
};
drilldown: {
enabled: boolean;
breadCrumb: {
position: "bottom-left";
rootText: string;
dividerText: string;
textStyle: {
fontSize: number;
fill: string;
cursor: string;
};
activeTextStyle: {
fill: string;
};
};
};
};