@carbon/charts-react
Version:
Carbon Charts component library for React
6 lines (5 loc) • 362 B
TypeScript
import { AlluvialChart as AlluvialChartCore, AlluvialChartOptions, ChartTabularData } from '@carbon/charts';
import { default as BaseChart } from './BaseChart';
export default class AlluvialChart extends BaseChart<AlluvialChartOptions> {
createChart(chartRef: HTMLDivElement, data: ChartTabularData, options: AlluvialChartOptions): AlluvialChartCore;
}