From 5f099f38229cf88d8eb09b73632f36e049677249 Mon Sep 17 00:00:00 2001 From: LeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com> Date: Thu, 19 Nov 2020 21:33:59 +0100 Subject: [PATCH] =?utf8?q?coppied=20to=20wrong=20place=20in=20file,=20back?= =?utf8?q?groundColor=20should=20be=20in=20the=20data=E2=80=A6=20(#8081)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * coppied to wrong place in file, backgroundColor should be in the dataset and not after the datasets array * fixed indenting and color to be more in line with bublle and pie color --- docs/docs/charts/scatter.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/charts/scatter.mdx b/docs/docs/charts/scatter.mdx index 5e4277fd5..1df75c20d 100644 --- a/docs/docs/charts/scatter.mdx +++ b/docs/docs/charts/scatter.mdx @@ -27,9 +27,9 @@ function example() { }, { x: 0.5, y: 5.5 - }] + }], + backgroundColor: 'rgb(255, 99, 132)' }], - backgroundColor: 'red' }, options: { scales: { -- 2.47.3