bento-charts
Version:
Charts library for Bento-platform
4 lines (3 loc) • 303 B
TypeScript
import { BaseBarChartProps } from '../../types/chartTypes';
declare const BaseBarChart: ({ height, width, units, title, onClick, onChartClick, chartFill, otherFill, showBarCounts, barCountFillMode, ...params }: BaseBarChartProps) => import("react/jsx-runtime").JSX.Element;
export default BaseBarChart;