Skip to content

Commit

Permalink
there should not be decimals for traffic data
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj committed Jan 16, 2025
1 parent 24c9712 commit 309bd90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default [
},
{
date: new Date( '2024-01-07' ),
value: 2607.4,
value: 2607,
},
{
date: new Date( '2024-01-08' ),
Expand Down Expand Up @@ -183,7 +183,7 @@ export default [
},
{
date: new Date( '2024-01-13' ),
value: 1218.7,
value: 1218,
},
{
date: new Date( '2024-01-14' ),
Expand Down

0 comments on commit 309bd90

Please sign in to comment.