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)' } - }] + } } } };