Skip to content

Commit

Permalink
fix label separation for speed chart
Browse files Browse the repository at this point in the history
fix label separation for speed chart
  • Loading branch information
btomala authored Apr 23, 2024
2 parents 96841d5 + 31af55a commit 7c838e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ var speedSpec = {
axis: {
title: 'Local Time',
titleFontSize: 15,
labelFontSize: 18
labelFontSize: 18,
labelSeparation: 3
}
},
y: {
Expand All @@ -212,8 +213,7 @@ var speedSpec = {
format: ".1f",
title: 'Avg. wind & Gust m/s',
titleFontSize: 15,
labelFontSize: 18,
labelSeparation: 3
labelFontSize: 18
}
}
}
Expand Down

0 comments on commit 7c838e9

Please sign in to comment.