I\'m using the amazing library MPAndroidChart. It works like a charm, except when I\'m trying to change the background color of the BarData. Default color is white, and I wa
Code to change Background color:
chart.setBackgroundColor(Color.TRANSPARENT); //set whatever color you prefer chart.setDrawGridBackground(false);// this is a must