From 9a8ae815d3d4ff84d9c6eb874feed45d229a7d31 Mon Sep 17 00:00:00 2001 From: Gaspard Petit Date: Fri, 7 Jun 2024 22:55:02 -0400 Subject: [PATCH] Updated page dependencies --- result/result.html | 46 +++++++++++++++++++--------------------------- 1 file changed, 19 insertions(+), 27 deletions(-) diff --git a/result/result.html b/result/result.html index 617527b..9a18ba7 100644 --- a/result/result.html +++ b/result/result.html @@ -9,31 +9,26 @@ - - - + - + - + - - + + - - - BASE64 Result @@ -142,6 +137,7 @@ obj.backgroundColor = colorPalate[index] obj.borderColor = colorPalate[index] obj.fill = false; + obj.tension = 0.25; obj.data = o.values.map((o) => { return o.time; }) @@ -162,29 +158,25 @@ display: true, text: label, }, - tooltips: { - mode: 'index', + interaction: { intersect: false, - }, - hover: { - mode: 'nearest', - intersect: true + mode: 'index', }, scales: { - xAxes: [{ + x: { display: true, scaleLabel: { display: true, labelString: 'Buffer Size (Byte)' } - }], - yAxes: [{ + }, + y: { display: true, scaleLabel: { display: true, labelString: 'Time (Microseconds)' } - }] + } } } };