changeset 69:76a8e05b3266

Fixing bug append path points while view is rendered
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sat, 08 May 2021 18:45:16 +0200
parents 34844d649ed7
children c19e9c03e09d
files Sources/StockCharts/LineChart/Helpers/LinePath.swift StockCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sources/StockCharts/LineChart/Helpers/LinePath.swift	Sat May 08 18:38:35 2021 +0200
+++ b/Sources/StockCharts/LineChart/Helpers/LinePath.swift	Sat May 08 18:45:16 2021 +0200
@@ -30,7 +30,7 @@
             }
 
             // Append current point to an array. Later will be used for Drag Gesture
-//            pathPoints.append(path.currentPoint!)
+            pathPoints.append(path.currentPoint!)
         }
         
         return path
Binary file StockCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed