From 30e391067e6f3e0a132c71d04cd1f41f58957860 Mon Sep 17 00:00:00 2001 From: "francois.grand" <francois.grand@irstea.fr> Date: Thu, 18 Jan 2018 16:19:43 +0100 Subject: [PATCH] =?UTF-8?q?ticket=20#47=20:=20points=20du=20graph=20XY=20(?= =?UTF-8?q?param=C3=A8tre=20=C3=A0=20varier)=20trac=C3=A9s=20en=20noir=20p?= =?UTF-8?q?lut=C3=B4t=20qu'en=20gris?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/fixedvar-results/fixedvar-results.component.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/components/fixedvar-results/fixedvar-results.component.ts b/src/app/components/fixedvar-results/fixedvar-results.component.ts index f1774af39..890766abc 100644 --- a/src/app/components/fixedvar-results/fixedvar-results.component.ts +++ b/src/app/components/fixedvar-results/fixedvar-results.component.ts @@ -236,7 +236,9 @@ export class FixedVarResultsComponent { datasets: [ { label: "", - data: dat + data: dat, + borderColor: '#000000', + backgroundColor: '#000000' } ] }; -- GitLab