]> git.basschouten.com Git - sp3dashboard.git/commitdiff
Add marker for Sp 3.1 update. master
authorBas Schouten <bschouten@mozilla.com>
Mon, 24 Mar 2025 20:23:15 +0000 (20:23 +0000)
committerBas Schouten <bschouten@mozilla.com>
Mon, 24 Mar 2025 20:23:15 +0000 (20:23 +0000)
details.html
index.html

index 73a286d96fb8255fe5fda6f0f65011d72746b539..c5cadbda1125718a932e1e363d546ca6f3d16278 100644 (file)
           plugins: {
             annotation: {
               annotations: {
+                line1: {
+                  type: 'line',
+                  xMin: '2025-03-21 20:00',
+                  xMax: '2025-03-21 20:00',
+                  borderColor: 'black',
+                  borderWidth: 2,
+                },
+                label1: {
+                  type: 'label',
+                  xValue: '2025-03-21 20:00',
+                  yValue: platform == 'android-hw-a51-11-0-aarch64-shippable-qr' ? 200 : 30,
+                  backgroundColor: 'rgb(255,128,128)',
+                  content: ['Speedometer 3.1 Update'],
+                  font: {
+                    size: 14
+                  },
+                  rotation: -90,
+                  borderRadius: 4
+                },
               }
             }
           }
index cdd36f72c0fc9ac4557f3f86864ea6d707b9a4da..06e2e2ceb79cad5481373eb91d8704dc699a8611 100644 (file)
           plugins: {
             annotation: {
               annotations: {
+                line1: {
+                  type: 'line',
+                  xMin: '2025-03-21 20:00',
+                  xMax: '2025-03-21 20:00',
+                  borderColor: 'black',
+                  borderWidth: 2,
+                },
+                label1: {
+                  type: 'label',
+                  xValue: '2025-03-21 20:00',
+                  yValue: 40,
+                  backgroundColor: 'rgb(255,128,128)',
+                  content: ['Speedometer 3.1 Update'],
+                  font: {
+                    size: 14
+                  },
+                  rotation: -90,
+                  borderRadius: 4
+                },
               }
             }
           }
           plugins: {
             annotation: {
               annotations: {
+                line1: {
+                  type: 'line',
+                  xMin: '2025-03-21 20:00',
+                  xMax: '2025-03-21 20:00',
+                  borderColor: 'black',
+                  borderWidth: 2,
+                },
+                label1: {
+                  type: 'label',
+                  xValue: '2025-03-21 20:00',
+                  yValue: 50,
+                  backgroundColor: 'rgb(255,128,128)',
+                  content: ['Speedometer 3.1 Update'],
+                  font: {
+                    size: 14
+                  },
+                  rotation: -90,
+                  borderRadius: 4
+                },
               }
             }
           }