Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanaskin authored Nov 6, 2020
1 parent 87a8520 commit 2531865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To setup with legend you need an root layout for legend.
```kotlin
chart.showLegend(legendLayout)
```
Or use with custom legend adapter by inheriting from LegendAdapter
Or use with custom legend adapter by inheriting from [LegendAdapter](https://github.com/furkanaskin/ClickablePieChart/blob/master/lib/src/main/java/com/faskn/lib/legend/LegendAdapter.kt)
```kotlin
chart.showLegend(legendLayout, CustomLegendAdapter())
```
Expand Down

0 comments on commit 2531865

Please sign in to comment.