|
|
|
|
@ -238,7 +238,7 @@ class GraphFragment : PokerAnalyticsFragment(), OnChartValueSelectedListener, Co |
|
|
|
|
|
|
|
|
|
val formattedDate = it.entryTitle |
|
|
|
|
val entryValue = it.formattedValue(this.stat, requireContext()) |
|
|
|
|
val totalStatValue = this.stat.format(e.y.toDouble(), currency = null, context = requireContext()) |
|
|
|
|
val totalStatValue = this.stat.format(entry.y.toDouble(), currency = null, context = requireContext()) |
|
|
|
|
|
|
|
|
|
this.legendView.setItemData(this.stat, formattedDate, entryValue, totalStatValue) |
|
|
|
|
} |
|
|
|
|
|