@carbon/charts
Version:
Carbon charting components
8 lines (7 loc) • 313 B
TypeScript
import { AxisChart } from '../axis-chart';
import { ChartConfig, ComboChartOptions } from '../interfaces/index';
export declare class ComboChart extends AxisChart {
constructor(holder: Element, chartConfigs: ChartConfig<ComboChartOptions>);
getGraphComponents(): any;
getComponents(): any[];
}