From 6b4d3a613424c010f56ad3e9f24cf6d6b04d3adb Mon Sep 17 00:00:00 2001 From: Kris Jusiak Date: Fri, 19 Apr 2024 09:55:47 -0500 Subject: [PATCH] fixup --- index.html | 71 +++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 36 deletions(-) diff --git a/index.html b/index.html index 464f876..17da9a1 100644 --- a/index.html +++ b/index.html @@ -123,42 +123,41 @@ labels: rows.slice(1).map(row => row.split(',')[0]), datasets: datasets }, - - options: { - responsive: true, - plugins: { - zoom: { - zoom: { - wheel: { enabled: true, }, - pinch: { enabled: true, }, - mode: 'xy', - }, - }, - pan: { - enabled: true, - mode: 'xy', - }, - legend: { - display: true, - position: 'top', - align: 'end', - } - }, - scales: { - x: { - title: { - display: true, - text: 'Number of elements' - }, - }, - y: { - title: { - display: true, - text: 'Compilation time [seconds]', - }, - } - } - } + options: { + responsive: true, + plugins: { + zoom: { + zoom: { + wheel: { enabled: true, }, + pinch: { enabled: true, }, + mode: 'xy', + }, + }, + pan: { + enabled: true, + mode: 'xy', + }, + legend: { + display: true, + position: 'top', + align: 'end', + } + }, + scales: { + x: { + title: { + display: true, + text: 'Number of elements' + }, + }, + y: { + title: { + display: true, + text: 'Compilation time [seconds]', + }, + } + } + } }); }) }