@carbon/charts
Version:
Carbon charting components
89 lines (88 loc) • 2.5 kB
TypeScript
export declare const addZoomBarToOptions: (options: any, configs?: any) => any;
export declare const zoomBarStackedAreaTimeSeriesData: {
group: string;
date: Date;
value: number;
}[];
export declare const zoomBarStackedAreaTimeSeriesOptions: any;
export declare const zoomBarSimpleBarTimeSeriesData: {
group: string;
date: Date;
value: number;
}[];
export declare const zoomBarSimpleBarTimeSeriesOptions: any;
export declare const zoomBarStackedBarTimeSeriesData: {
group: string;
date: Date;
value: number;
}[];
export declare const zoomBarStackedBarTimeSeriesOptions: any;
export declare const definedZoomBarStackedBarTimeSeriesData: {
group: string;
date: Date;
value: number;
}[];
export declare const definedZoomBarStackedBarTimeSeriesOptions: any;
export declare const zoomBarBubbleTimeSeriesData: ({
group: string;
date: Date;
value: number;
} & {
surplus: number;
})[];
export declare const zoomBarBubbleTimeSeriesOptions: any;
export declare const zoomBarLineTimeSeriesData: {
group: string;
date: Date;
value: number;
}[];
export declare const zoomBarLineTimeSeriesOptions: any;
export declare const zoomBarScatterTimeSeriesData: {
group: string;
date: Date;
value: number;
}[];
export declare const zoomBarScatterTimeSeriesOptions: any;
export declare const zoomBarStepTimeSeriesData: {
group: string;
date: Date;
value: number;
}[];
export declare const zoomBarStepTimeSeriesOptions: any;
export declare const zoomBarLineTimeSeries15secondsData: {
labels: string[];
datasets: {
label: string;
data: {
date: Date;
value: number;
}[];
}[];
};
export declare const zoomBarLineTimeSeries15secondsOptions: any;
export declare const zoomBarLineTimeSeriesInitDomainData: {
labels: string[];
datasets: {
label: string;
data: {
date: Date;
value: number;
}[];
}[];
};
export declare const zoomBarLineTimeSeriesInitDomainOptions: any;
export declare const zoomBarStringDateData: {
labels: string[];
datasets: {
label: string;
data: {
date: string;
value: number;
}[];
}[];
};
export declare const zoomBarStringDateOptions: any;
export declare const zoomBarLockedData: any[];
export declare const zoomBarLockedOptions: any;
export declare const zoomBarSkeletonData: any[];
export declare const zoomBarSkeletonOptions: any;