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

@@ -149,7 +149,7 @@ class ChartVisibilityView: UIView {
}
extension ChartVisibilityView: ChartThemeContainer {
func apply(theme: ChartTheme, animated: Bool) {
func apply(theme: ChartTheme, strings: ChartStrings, animated: Bool) {
UIView.perform(animated: animated) {
self.backgroundColor = theme.chartBackgroundColor
}