Skip to content

Commit

Permalink
Merge pull request apexcharts#4798 from cuobiezi/bugfix/apexcharts#4763
Browse files Browse the repository at this point in the history
apexcharts#4763 bugfix Display error Date when set xaxis frist label close to next day.
  • Loading branch information
junedchhipa authored Nov 10, 2024
2 parents b133120 + 89c24a1 commit cfb7ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/TimeScale.js
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,8 @@ class TimeScale {
hour = 0
date += 1
unit = 'day'
// Unit changed to day , Value should align unit
firstTickValue = date
}

const checkNextMonth = changeDate(date, currentMonth)
Expand Down

0 comments on commit cfb7ef0

Please sign in to comment.