Various fixes

This commit is contained in:
Ilya Laktyushin
2020-03-31 15:24:32 +04:00
parent 1979be1f85
commit 8634def6a8
28 changed files with 3322 additions and 3246 deletions

View File

@@ -182,7 +182,7 @@ public class BaseChartController: ChartThemeContainer {
fatalError("Abstract")
}
public func apply(theme: ChartTheme, animated: Bool) {
public func apply(theme: ChartTheme, strings: ChartStrings, animated: Bool) {
}
}