mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-07 13:35:09 +00:00
Various improvements
This commit is contained in:
@@ -371,7 +371,7 @@ class GeneralChartComponentController: ChartThemeContainer {
|
||||
values.append(ChartDetailsViewModel.Value(
|
||||
prefix: nil,
|
||||
title: self.strings.revenueInUsd,
|
||||
value: "≈$\(convertedValueString)",
|
||||
value: "~$\(convertedValueString)",
|
||||
color: color,
|
||||
visible: firstValue.visible
|
||||
))
|
||||
|
||||
@@ -161,7 +161,7 @@ class BarsComponentController: GeneralChartComponentController {
|
||||
} else {
|
||||
text = String(format: "%0.3f", convertedValue)
|
||||
}
|
||||
updatedLabels.append(LinesChartLabel(value: label.value, text: "≈$\(text)"))
|
||||
updatedLabels.append(LinesChartLabel(value: label.value, text: "~$\(text)"))
|
||||
}
|
||||
labels = updatedLabels
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user