UNPKG

@semcore/chart

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