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