class TimestampValueFormatter : ValueFormatter
A timestamp value formatter that works around the graph library's float usage issue.
<init> |
A timestamp value formatter that works around the graph library's float usage issue. TimestampValueFormatter(referenceTimestamp: Long, locale: Locale) |
getFormattedValue |
Transforms a float value to a date string. fun getFormattedValue(value: Float): String |