ClickablePieChart
Android Pie Chart library, supported with Kotlin DSL.
Installation
Step 1. Add the JitPack repository to your build file
Step 2. Add the dependency
Usage
Also you can use Kotlin DSL for building your chart.
To setup with legend you need an root layout for legend.
XML Attributes
XML Attribute | Format | Description |
---|---|---|
app:popupText | string | Shows text after the slice data value in popup. |
app:centerColor | color | Center color of pie chart. |
app:showPopup | boolean | Show popup when user clicks on pie chart. |