From 8192b2fd56835dda8e0f8da1cff467c1ec2143ad Mon Sep 17 00:00:00 2001 From: LeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com> Date: Sat, 5 Dec 2020 16:55:19 +0100 Subject: [PATCH] Clarification: barPercentage vs categoryPercentage (#8138) Clarification of the docs to make it little less confusing after seeing the .1 hopefully. Comes from #8137 --- docs/docs/charts/bar.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3