Erick Sorto

Results 4 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 =...

**Please complete the following information:** - Library Version 2.4.4 - Affected Device(s) Samsung Galaxy S24 **Describe the Bug:** The image fades away and then reappears on the next screen instead...

Hello I integrated kotlin-logging into my project but when I use the logger in my classes nothing appear in LogCat. Code in common: ```Kotlin val logger = KotlinLogging.logger {} @Composable...