From: Bas Schouten Date: Mon, 24 Mar 2025 20:23:15 +0000 (+0000) Subject: Add marker for Sp 3.1 update. X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=HEAD;p=sp3dashboard.git Add marker for Sp 3.1 update. --- diff --git a/details.html b/details.html index 73a286d..c5cadbd 100644 --- a/details.html +++ b/details.html @@ -370,6 +370,25 @@ 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 + }, } } } diff --git a/index.html b/index.html index cdd36f7..06e2e2c 100644 --- a/index.html +++ b/index.html @@ -254,6 +254,25 @@ 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 + }, } } } @@ -305,6 +324,25 @@ 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 + }, } } }