From 67a4e08450567667b239401938128eed4fa11437 Mon Sep 17 00:00:00 2001 From: Matvey Kottsov Date: Tue, 20 Dec 2022 14:50:52 +0300 Subject: [PATCH] fix: missing markdown link in docs --- docs/charts/bar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/charts/bar.md b/docs/charts/bar.md index b5a24fc48fb..849f4cf71c1 100644 --- a/docs/charts/bar.md +++ b/docs/charts/bar.md @@ -180,7 +180,7 @@ When the border radius is supplied as a number and the chart is stacked, the rad #### inflateAmount -This option can be used to inflate the rects that are used to draw the bars. This can be used to hide artifacts between bars when `barPercentage`(#barpercentage) * `categoryPercentage`(#categorypercentage) is 1. The default value `'auto'` should work in most cases. +This option can be used to inflate the rects that are used to draw the bars. This can be used to hide artifacts between bars when [`barPercentage`](#barpercentage) * [`categoryPercentage`](#categorypercentage) is 1. The default value `'auto'` should work in most cases. ### Interactions