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