cv-dialog-sdk
Version:
Catavolt Dialog Javascript API
12 lines (11 loc) • 337 B
text/typescript
export interface GraphDataPoint {
readonly propertyName: string;
readonly legendKey: string;
readonly plotType: string;
readonly type: string;
readonly bubbleRadiusName: string;
readonly bubbleRadiusType: string;
readonly seriesColor: string;
readonly xAxisName: string;
readonly xAxisType: string;
}