UNPKG

react-native-chart-kit

Version:

Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.

4 lines (3 loc) 169 B
import { jsx as _jsx } from "react/jsx-runtime"; import { LineChart } from "./LineChart"; export const AreaChart = (props) => _jsx(LineChart, { ...props, area: true });