From 72c4f33bf6f217567e62820e64f4c365dc33f7bc Mon Sep 17 00:00:00 2001 From: Helena Rasche Date: Thu, 19 Dec 2024 15:16:02 +0100 Subject: [PATCH] Move smaller values to back --- _layouts/community.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_layouts/community.html b/_layouts/community.html index 9f6de7ab65a61c..00f3b42322fc4b 100644 --- a/_layouts/community.html +++ b/_layouts/community.html @@ -209,12 +209,6 @@

Cumulative Data as CSV

type: 'line', data: { datasets: [ - { - data: totals.contributors, - label: 'Contributors', - borderColor: getStyleDarker("contributors", true), - backgroundColor: getStyleDarker("contributors", false), - }, { data: totals.grants, label: 'Grants', @@ -227,6 +221,12 @@

Cumulative Data as CSV

borderColor: getStyleDarker("organisations", true), backgroundColor: getStyleDarker("organisations", false), }, + { + data: totals.contributors, + label: 'Contributors', + borderColor: getStyleDarker("contributors", true), + backgroundColor: getStyleDarker("contributors", false), + }, ] }, options: options