From: LeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com> Date: Thu, 19 Nov 2020 20:33:59 +0000 (+0100) Subject: coppied to wrong place in file, backgroundColor should be in the data… (#8081) X-Git-Tag: v3.0.0-beta.7~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f099f38229cf88d8eb09b73632f36e049677249;p=thirdparty%2FChart.js.git coppied to wrong place in file, backgroundColor should be in the data… (#8081) * 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 --- 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: {