From c901cfed63908c5a0c6403e42cb097ff372a3863 Mon Sep 17 00:00:00 2001 From: Jim O'Donnell Date: Thu, 6 Jun 2024 16:00:32 +0100 Subject: [PATCH] FIx a typo in the data object --- app/features/modelling/line-plot/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/features/modelling/line-plot/index.js b/app/features/modelling/line-plot/index.js index 695ac3546c..a6d5e5552f 100644 --- a/app/features/modelling/line-plot/index.js +++ b/app/features/modelling/line-plot/index.js @@ -47,9 +47,7 @@ class LinePlotModel { data: { x: data.x, y: data.y - } - }, - { + }, chartOptions: { xAxisLabel: 'Days', yAxisLabel: 'Brightness'