AAChartCore-Kotlin
AAChartCore-Kotlin copied to clipboard
How to implement the ChartView in a RecyclerView using a BindingAdapter
Can anyone help me to use the ChartView in a RecyclerView (displaying some speedcubing sessions' data) using a binding adapter?
I have tried adding the ChartView to the RecyclerView items list and implementing a BindingAdapter for it where I call aa_drawChartWithChartModel(...) passing the item's chartModel to it, but I have no idea if that's right.
For now, it seems like the chart is loaded in the view but it is invisible.