From: LeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com> Date: Sat, 5 Dec 2020 15:55:19 +0000 (+0100) Subject: Clarification: barPercentage vs categoryPercentage (#8138) X-Git-Tag: v3.0.0-beta.8~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8192b2fd56835dda8e0f8da1cff467c1ec2143ad;p=thirdparty%2FChart.js.git Clarification: barPercentage vs categoryPercentage (#8138) Clarification of the docs to make it little less confusing after seeing the .1 hopefully. Comes from #8137 --- diff --git a/docs/docs/charts/bar.mdx b/docs/docs/charts/bar.mdx index b52b5d091..2a7dc061e 100644 --- a/docs/docs/charts/bar.mdx +++ b/docs/docs/charts/bar.mdx @@ -255,9 +255,9 @@ Sample: |==============| // categoryPercentage: 0.5 // barPercentage: 1.0 -Bar: |1.||1.| -Category: | .5 | -Sample: |==============| +Bar: |1.0||1.0| +Category: | .5 | +Sample: |==================| ``` ## Data Structure