Fix "negative infinity only" case not being correctly handled in history chart rendering in tooltips
This commit is contained in:
parent
a43521c579
commit
5bc104b04d
@ -374,7 +374,7 @@ private fun formatHistoryChart(
|
||||
labels = ChartLevelLabels(
|
||||
labels = mapOf(
|
||||
0.5f to Decimal.ZERO.formatSiComponent(suffix, decimals, formatAsReadable = verbose, bias = bias),
|
||||
0.9f to TextComponent("-∞"),
|
||||
0.1f to TextComponent("-∞"),
|
||||
)
|
||||
)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user