From 497d1a25f68b09ff6b84005154728601d6bd11ed Mon Sep 17 00:00:00 2001 From: Nikita Leontev <57617326+rodnoycry@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:27:43 +0400 Subject: [PATCH] Added overflow: 'visible" to Svg component in order to fix safari display bug --- src/LineChart/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {