]> git.basschouten.com Git - sp3dashboard.git/commitdiff
Implement updated KR weighting.
authorBas Schouten <bschouten@mozilla.com>
Wed, 28 Aug 2024 20:03:15 +0000 (20:03 +0000)
committerBas Schouten <bschouten@mozilla.com>
Wed, 28 Aug 2024 20:03:15 +0000 (20:03 +0000)
index.html

index 995e0fd383eba20f239342b3b9fa573cd984e8bc..2a158afa3dba4e59558384075957565f406855a9 100644 (file)
     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:
           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
-                },
               }
             }
           }