From: Bas Schouten Date: Wed, 5 Jun 2024 11:22:45 +0000 (+0000) Subject: Add Safari Technical Preview to the OS X M2 details graph. X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=789c14aea0b3f70b3d0a2179d93f881179013b42;p=sp3dashboard.git Add Safari Technical Preview to the OS X M2 details graph. --- diff --git a/details.html b/details.html index b874abf..6b2736b 100644 --- a/details.html +++ b/details.html @@ -487,6 +487,14 @@ pointBorderWidth: 0.5, data: xyValuesSafari }); + cfg.data.datasets.push({ + label: 'Safari TP', + pointRadius: 3, + pointBackgroundColor: "#777", + pointBorderColor: "#44444444", + pointBorderWidth: 0.5, + data: xyValuesSafariTP + }); cfg.options.scales.x.min = '2023-12-01'; }