aayum

Results 6 comments of aayum

I tried this simple piece of code but didn't work. `fun prepareChart() { APIlib.getInstance().setActiveAnyChartView(chart) var lineChart = AnyChart.line() val list = ArrayList() list.add(ValueDataEntry("1", 1)) list.add(ValueDataEntry("2", 3)) list.add(ValueDataEntry("3", 63)) list.add(ValueDataEntry("4", 1326))...

@Shestac92 xml : ``` ```

No errors while building

Is there something missing?

Actually my project is in Kotlin s didn't try in Java Need help to use this in Kotlin.

@nick2905 Is there any minimum api or minimum version Tried your code but it still doesn't show up