MPAndroidChart


Implementation

Using Version Catalog

# libs.versions.toml
mpAndroidChart = "v3.1.0"
mpAndroidChart = { group = "com.github.PhilJay", name = "MPAndroidChart", version.ref = "mpAndroidChart"}

With Version Catalog

// build.gradle.kts
implementation(libs.mpAndroidChart)

Without Version Catalog

// build.gradle.kts
implementation("com.github.PhilJay:MPAndroidChart:v3.1.0")

External Links

Visit MPAndroidChart Documentation →