diff --git a/Source/Charts/Formatters/IValueFormatter.swift b/Source/Charts/Formatters/IValueFormatter.swift index bd7c0c90f8..e463accf9a 100644 --- a/Source/Charts/Formatters/IValueFormatter.swift +++ b/Source/Charts/Formatters/IValueFormatter.swift @@ -15,7 +15,7 @@ import Foundation /// /// Simply create your own formatting class and let it implement ValueFormatter. /// -/// Then override the getFormattedValue(...) method and return whatever you want. + @objc(IChartValueFormatter) public protocol IValueFormatter: class {