From: Bas Schouten Date: Wed, 28 Aug 2024 20:03:15 +0000 (+0000) Subject: Implement updated KR weighting. X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=379040ac842646a214885c4a72cb2429dc737ad0;p=sp3dashboard.git Implement updated KR weighting. --- diff --git a/index.html b/index.html index 995e0fd..2a158af 100644 --- a/index.html +++ b/index.html @@ -106,7 +106,9 @@ function getPlatformWeight(platform) { switch (platform) { case 'windows10-64-shippable-qr': - return 0.8; + return 0.4; + case 'windows11-64-shippable-qr': + return 0.4; case 'macosx1400-64-shippable-qr': return 0.2; default: @@ -226,25 +228,6 @@ plugins: { annotation: { annotations: { - line9: { - type: 'line', - xMin: '2024-03-09 00:00', - xMax: '2024-03-09 00:00', - borderColor: 'black', - borderWidth: 2, - }, - label9: { - type: 'label', - xValue: '2024-03-09 00:00', - yValue: 40, - backgroundColor: 'rgb(255,128,128)', - content: ['Release'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, } } }