Erick Sorto

Results 2 issues of Erick Sorto

# Description This makes it possible to make pie charts transparent. # Validation Try making the pie chart transparent with previous version and try making it transparent with this change....

Adding Color.Transparent to ```Kotlin val donutChartConfig = PieChartConfig( backgroundColor = Color.Transparent, //transparent color strokeWidth = 120f, activeSliceAlpha = .9f, isAnimationEnable = true, labelVisible = true, labelColor = Color.Black, isEllipsizeEnabled =...