Skip to content

Commit

Permalink
apexcharts#4763 bugfix Display error Date when set labels for xaxis
Browse files Browse the repository at this point in the history
  • Loading branch information
cuobiezi committed Nov 9, 2024
1 parent 483c471 commit 89c24a1
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 89c24a1

Please sign in to comment.