From: Matvey Kottsov Date: Tue, 20 Dec 2022 14:27:33 +0000 (+0300) Subject: fix: missing markdown link in docs (#11006) X-Git-Tag: v4.1.2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9440dc367956078d2b9f6f59f323453b925f873f;p=thirdparty%2FChart.js.git fix: missing markdown link in docs (#11006) --- diff --git a/docs/charts/bar.md b/docs/charts/bar.md index b5a24fc48..849f4cf71 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