Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Berg committed Mar 12, 2019
1 parent c7b375d commit 2bb8ba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions public/js/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var config = {
label: 'Temperature',
data: [],
fill: false,
borderColor: 'red'
borderColor: '#006699'
}]
},
options: {
Expand Down Expand Up @@ -42,17 +42,14 @@ var config = {
'year': 'mm:ss'
}
},
ticks: {
fontColor: "white",
},
ticks: {},
scaleLabel: {
display: false,
}
}],
yAxes: [{
display: true,
ticks: {
fontColor: "white",
beginAtZero: true
},
scaleLabel: {
Expand Down
2 changes: 2 additions & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ body {
background-color: #f4f4f4;
}
#console {
display: inline-block;
width: 25rem;
height: 20rem;
overflow: auto;
vertical-align: top;
}
#chart_wrapper {
display: inline-block;
Expand Down

0 comments on commit 2bb8ba6

Please sign in to comment.