android-pie-chart

A library for creating pie charts and donut charts in Android. The aim of this library is to provide a full-featured chart view and to enable users to customize it to the most extent possible. Visit the project on GitHub to learn more.

License

License

GroupId

GroupId

ir.mahozad.android
ArtifactId

ArtifactId

pie-chart
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

aar
Description

Description

android-pie-chart
A library for creating pie charts and donut charts in Android. The aim of this library is to provide a full-featured chart view and to enable users to customize it to the most extent possible. Visit the project on GitHub to learn more.
Project URL

Project URL

https://mahozad.ir/android-pie-chart
Source Code Management

Source Code Management

https://github.com/mahozad/android-pie-chart

Download pie-chart

How to add to project

<!-- https://jarcasting.com/artifacts/ir.mahozad.android/pie-chart/ -->
<dependency>
    <groupId>ir.mahozad.android</groupId>
    <artifactId>pie-chart</artifactId>
    <version>0.7.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ir.mahozad.android/pie-chart/
implementation 'ir.mahozad.android:pie-chart:0.7.0'
// https://jarcasting.com/artifacts/ir.mahozad.android/pie-chart/
implementation ("ir.mahozad.android:pie-chart:0.7.0")
'ir.mahozad.android:pie-chart:aar:0.7.0'
<dependency org="ir.mahozad.android" name="pie-chart" rev="0.7.0">
  <artifact name="pie-chart" type="aar" />
</dependency>
@Grapes(
@Grab(group='ir.mahozad.android', module='pie-chart', version='0.7.0')
)
libraryDependencies += "ir.mahozad.android" % "pie-chart" % "0.7.0"
[ir.mahozad.android/pie-chart "0.7.0"]

Dependencies

runtime (3)

Group / Artifact Type Version
org.jacoco : org.jacoco.agent jar 0.7.9
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.20
androidx.core » core-ktx jar 1.6.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0