@atomist/sdm-pack-aspect
Version:
an Atomist SDM Extension Pack for visualizing drift across an organization
9 lines • 459 B
TypeScript
export declare function sunburst(workspaceId: any, data: any, pWidth: any, pHeight: any, options: {
perLevelDataElementIds: string[];
fieldsToDisplay: FieldToDisplay[];
}): void;
declare type FieldToDisplay = string;
export declare function postSetIdeal(workspaceId: string, fingerprintId: string): void;
export declare function postNoteProblem(workspaceId: string, fingerprintId: string): void;
export {};
//# sourceMappingURL=sunburstScript.d.ts.map