futuredapp / donut

Doughnut-like graph view capable of displaying multiple datasets with assignable colors
MIT License
546 stars 46 forks source link

Bump dependencies #89

Closed okalman closed 1 year ago

futured-bot commented 2 years ago
2 Warnings
:warning: library/src/main/kotlin/app/futured/donut/DonutProgressLine.kt#L12 - The constructor(name: String, radius: Float, lineColor: Int, lineStrokeWidth: Float, lineStrokeCap: DonutStrokeCap, masterProgress: Float, length: Float, gapWidthDegrees: Float, gapAngleDegrees: Float, direction: DonutDirection) has too many parameters. The current threshold is set to 7.
:warning: library/src/main/kotlin/app/futured/donut/DonutProgressView.kt#L22 - Class DonutProgressView is too large. Consider splitting it into smaller pieces.

Generated by :no_entry_sign: Danger