|
|
|
@ -154,7 +154,7 @@ open class Transaction : RealmObject(), Manageable, StaticRowRepresentableDataSo |
|
|
|
|
|
|
|
|
|
|
|
val entryValue = this.formattedValue(stat) |
|
|
|
val entryValue = this.formattedValue(stat) |
|
|
|
val totalStatValue = stat.format(entry.y.toDouble(), currency = null) |
|
|
|
val totalStatValue = stat.format(entry.y.toDouble(), currency = null) |
|
|
|
val leftName = context.getString(R.string.value) |
|
|
|
val leftName = context.getString(R.string.amount) |
|
|
|
return DefaultLegendValues(this.entryTitle(context), entryValue, totalStatValue, leftName = leftName) |
|
|
|
return DefaultLegendValues(this.entryTitle(context), entryValue, totalStatValue, leftName = leftName) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|