tsiclient
Version:
--- [//]: <> (This content is similar to https://github.com/MicrosoftDocs/azure-docs/edit/main/includes/tsi-retirement.md)
21 lines (18 loc) • 691 B
TypeScript
import { C as ChartComponentData } from './ChartComponentData-d183191c';
declare class GroupedBarChartData extends ChartComponentData {
timestamp: any;
valuesAtTimestamp: any;
valuesOfVisibleType: Array<any>;
aggsSeries: any;
globalMax: number;
globalMin: number;
stackedAggregateObject: any;
constructor();
mergeDataToDisplayStateAndTimeArrays(data: any, timestamp: any, aggregateExpressionOptions?: any): void;
private stackMin;
private stackMax;
setEntireRangeData(scaledToCurrentTime: any): void;
setValuesAtTimestamp(): void;
getValueContainerData(aggKey: any): Array<any>;
}
export { GroupedBarChartData as G };