Merge branch 'dev' of gitlab.ghzs.com:halo/assistant-android into dev
This commit is contained in:
@ -74,7 +74,7 @@ class VideoDataAdapter(context: Context) : ListAdapter<VideoDataItem>(context) {
|
||||
}
|
||||
|
||||
private fun initLineChart(lineChart: LineChart, datasX: ArrayList<String>, datasY: ArrayList<Int>) {
|
||||
|
||||
lineChart.clear()
|
||||
//设置数据
|
||||
val entries = arrayListOf<Entry>()
|
||||
datasY.forEachIndexed { index, i ->
|
||||
|
||||
Reference in New Issue
Block a user