From 789c14aea0b3f70b3d0a2179d93f881179013b42 Mon Sep 17 00:00:00 2001 From: Bas Schouten Date: Wed, 5 Jun 2024 11:22:45 +0000 Subject: [PATCH] Add Safari Technical Preview to the OS X M2 details graph. --- details.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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'; } -- 2.47.3