Open ghost opened 7 years ago
Hey. Try to use it. It can help chart.getRenderer().getPaintRender().setShadowLayer(10, 0, 24, ContextCompat.getColor(context, R.color.shadowChart)); @ If you want to add shadow to center of circle add this param to your chart chart.setHoleColor(Color.TRANSPARENT);
I am also getting shadow issue. Shadow is showing well in my pie chart. But shadow overlapping on slices. on which point where two slices meet shadow is overlapping.
Hello, i want to set a shadow on the pie chart. I am currently using this code:
The problem I am having is that the shadow is added on the separate bars so there is a grey line in between the different colors. How can I achieve a shadow effect without these grey shadows between the separate colors?