MPAndroidChart LineChart custom highlight drawable
I'm using MPAndroid Chart library to draw Line Chart in my Android app. The status of graph is like: I want to change it like this: So I want to change MPAnroid Line Chart's points, ts called "Circle Hole" in library. I want to switch this hole to drawable. There is a way I can do that? The circle hole change code is here: LineDataSet set1 = new LineDataSet(yVals, "DataSet 1"); set1.setDrawCircleHole( true ); set1.setCircleColor( Color.BLACK ); Library reference is here: MPAndroidChart Since version 3.0 you can provide your own custom image that will be displayed on selecting a given point on