import ReactECharts from "echarts-for-react"; import getOptions from "./chart.config"; function LineChart() { return ; } export default LineChart;