UNPKG

@semcore/chart

Version:
10 lines (9 loc) 350 B
import { LineChart as LineChartRecharts } from 'recharts'; import Line from './Line'; import copyChart from '../../copyChart'; /** * @deprecated Please, use package `@semcore/ui/d3-chart` instead. Package `@semcore/chart` is deprecated. */ var LineChart = copyChart(LineChartRecharts); export { LineChart, Line }; //# sourceMappingURL=index.js.map