lecho / hellocharts-android

Charts library for Android compatible with API 8+, several chart types with scaling, scrolling and animations 📊
Apache License 2.0
7.44k stars 1.61k forks source link

smooth can use polynomial regression? #512

Closed Trree closed 5 years ago

Trree commented 5 years ago

I see drawSmoothPath use android.graphics.Path.cubicTo. So it can support polynomial regression?