]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
fix: missing markdown link in docs (#11006)
authorMatvey Kottsov <contact@matvey.codes>
Tue, 20 Dec 2022 14:27:33 +0000 (17:27 +0300)
committerGitHub <noreply@github.com>
Tue, 20 Dec 2022 14:27:33 +0000 (16:27 +0200)
docs/charts/bar.md

index b5a24fc48fb34caefc8db17233a2df364c786eed..849f4cf71c15602c275c145555967a03ff625817 100644 (file)
@@ -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