Mostafa Imran
Mostafa Imran
Is showing scrollbar feature available now?
I did a workaround to overcome this crash when need to update the view with resetting the bitmap. Each time I am removing and then adding the view to a...
``` override fun getOffsetForDrawingAtPoint(posX: Float, posY: Float): MPPointF { if (posX > chartView.width - width) { offset.x = (-width).toFloat() } else { offset.x = (-(width / 2)).toFloat() } offset.y =...