Updated on 2026-08-14
This commit is contained in:
parent
54800d32cc
commit
faa58cf142
39 changed files with 722 additions and 245 deletions
|
|
@ -295,7 +295,7 @@ private fun MarketChartPreview(
|
|||
updateLook {
|
||||
it.copy(
|
||||
xAxisFormatter = { value ->
|
||||
value.toLong().toTimeFormat(DateTimeFormatters.dateMMMMd)
|
||||
value.toLong().toTimeFormat(DateTimeFormatters.dateMMMdd)
|
||||
},
|
||||
yAxisFormatter = { value ->
|
||||
value.setScale(3, RoundingMode.HALF_UP).toPlainString()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue