From c9b48cded614483d3d75c0c482114da641b1976d Mon Sep 17 00:00:00 2001 From: MW00 Date: Fri, 22 Mar 2019 11:26:20 +0100 Subject: [PATCH] Updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73d97e2d..eec44099 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ const data = [ accessor="population" backgroundColor="transparent" paddingLeft="15" + absolute /> ``` @@ -232,6 +233,7 @@ const data = [ | accessor | string | Property in the `data` object from which the number values are taken | | bgColor | string | background color - if you want to set transparent, input `transparent` or `none`. | | paddingLeft | string | left padding of the pie chart | +| absolute | boolean | shows the values as absolute numbers | ## Contribution graph (heatmap)