Skip to content

Commit

Permalink
FIx a typo in the data object
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Jun 6, 2024
1 parent 6224b59 commit 9b1096c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/features/modelling/line-plot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ class LinePlotModel {
data: {
x: data.x,
y: data.y
}
},
{
},
chartOptions: {
xAxisLabel: 'Days',
yAxisLabel: 'Brightness'
Expand Down

0 comments on commit 9b1096c

Please sign in to comment.