From 25318651f6ebf62144c04fb28e753472d2ccfe0b Mon Sep 17 00:00:00 2001 From: faskN Date: Fri, 6 Nov 2020 14:35:51 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 838ccf0..f835980 100644 --- a/README.md +++ b/README.md @@ -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()) ```