Skip to content

Commit

Permalink
closes #21 [tooltip not working at boundary of data and forecast #21]
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcornell committed Jan 10, 2023
1 parent 387f408 commit ab4c2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predtimechart.js
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ const App = {
return []
})
}
pd = pd.concat(...pd0)
pd = pd0.concat(...pd)

// add interval polygons
let pd1 = []
Expand Down

0 comments on commit ab4c2c5

Please sign in to comment.