react-gifted-charts
Version:
ReactJS counterpart of react-native-gifted-charts. An intuitive charting library for Bar, Line, Area, Pie, Donut, Stacked Bar, Population Pyramid and Radar charts in React
9 lines (8 loc) • 369 B
TypeScript
import { horizSectionPropTypes, chartTypes } from 'gifted-charts-core';
interface IhorizSectionPropTypes extends horizSectionPropTypes {
chartType: chartTypes;
containerHeightIncludingBelowXAxis: number;
hasNegative: boolean;
}
export declare const renderHorizSections: (props: IhorizSectionPropTypes) => import("react/jsx-runtime").JSX.Element;
export {};