Skip to content

Commit

Permalink
fix jumping charts
Browse files Browse the repository at this point in the history
  • Loading branch information
btomala committed Apr 23, 2024
1 parent d3d77d1 commit 47d5060
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,11 @@ var speedSpec = {
},
y: {
axis: {
tickCount: 10,
format: ".1f",
title: 'Avg. wind & Gust m/s',
titleFontSize: 15,
labelFontSize: 18
},
scale: {
}
}
}
Expand All @@ -237,6 +236,8 @@ var speedSpec = {
domain: [0, 360],
},
axis: {
tickCount: 5,
values: [0,90,180,270,360],
title: 'Wind Direction',
titleFontSize: 15,
labelFontSize: 18
Expand Down

0 comments on commit 47d5060

Please sign in to comment.