diff --git a/src/LineChart/index.tsx b/src/LineChart/index.tsx index 4353dd34..3529526a 100644 --- a/src/LineChart/index.tsx +++ b/src/LineChart/index.tsx @@ -1211,7 +1211,7 @@ export const LineChart = (props: LineChartPropsType) => { lineSvgPropsOuter.strokeDasharray = strokeDashArray; } return ( - + {lineGradient && getLineGradientComponent()} {points.includes(SEGMENT_START) || points.includes(RANGE_ENTER) ? ( ar.map((item, index) => {