ivnsch / SwiftCharts

Easy to use and highly customizable charts library for iOS
Apache License 2.0
2.53k stars 410 forks source link

ChartPointsLineTrackerLayer lineColor is not woking #373

Open eul opened 6 years ago

eul commented 6 years ago

In file ChartPointsLineTrackerLayer.swift -> func updateLineView()

lineView.backgroundColor is hardcoded to black

should be

lineView.backgroundColor = lineColor