| 123456789101112131415161718192021222324252627282930313233343536 |
- 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;
- };
- };
- };
- };
|