Skip to content

Commit

Permalink
Update ChartViewBase.swift
Browse files Browse the repository at this point in the history
Updated documentation in the code based on feedback
  • Loading branch information
AntonTheDev authored Oct 10, 2018
1 parent c3d3ed7 commit 33e8eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Charts/Charts/ChartViewBase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public protocol ChartViewDelegate
/// - parameter highlight: The corresponding highlight object that contains information about the highlighted position such as dataSetIndex etc.
@objc optional func chartValueSelected(_ chartView: ChartViewBase, entry: ChartDataEntry, highlight: Highlight)

/// Called when a user stop highlighting values while panning
/// Called when a user stops panning between values on the chart
@objc optional func chartViewDidEndPanning(_ chartView: ChartViewBase)

// Called when nothing has been selected or an "un-select" has been made.
Expand Down

0 comments on commit 33e8eb1

Please sign in to comment.