UNPKG

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

4 lines (3 loc) 216 B
import { StackedBarChartPropsTypeForWeb } from 'gifted-charts-core'; declare const RenderStackBars: (props: StackedBarChartPropsTypeForWeb) => import("react/jsx-runtime").JSX.Element; export default RenderStackBars;