Skip to content

Commit

Permalink
Addition to highcharts#9887
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Jan 23, 2019
1 parent 67b64d7 commit 39f4d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/node-datagrouping.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const groupPositions = time.getTimeTicks(
// One tick per day
unitRange: 24 * 36e5
},
Date.UTC(2019, 0, 1), // From
Date.UTC(2019, 11, 31, 23, 59, 59) // To
xData[0], // From
xData[xData.length - 1] // To
);

// Next, group the data by the groupPositions.
Expand Down

0 comments on commit 39f4d09

Please sign in to comment.