@semcore/chart
Version:
Semrush Chart Component
9 lines (8 loc) • 332 B
JavaScript
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