score:0
Array's start at 0, so does the month array. Which means month 1 is February and not January which is kind of mindbreaking though. You probably want to change it to:
xAxis: {
min: Date.UTC(2021, 0, 1),
max: Date.UTC(2021, 11, 31)
},
score:1
After some research, I found the answer, Javascript Date.UTC() function is off by a month?
this is due to months being listed as 0-11 range.
Source: stackoverflow.com
Related Query
- gantt chart plot wrong date on xAxis
- High chart date time conversion showing wrong values
- Highcharts - Gantt Chart plot issue
- High chart Displaying wrong month value in xaxis
- Wrong date in highstock Chart
- Chart wrong xAxis categories when adding a plotBand on click
- How to hide date time x-axis but still be able to show plot lines in Highcharts gantt chart?
- what is wrong in this data series that high chart does not plot it?
- How to limit chart xAxis date range in HighCharts?
- Highchar display wrong month in date chart
- Wrong start date in irregular intervals chart
- Date and time wrong on Highstock chart
- How to add the years in xAxis date format while exporting? Also how to add the data source during the exporting?
- Highcharts: Remove space between plot border and actual chart
- Highcharts chart with 'datetime' xAxis - use categories on drilldown
- How can we plot Highcarts organization chart in R language?
- Highcharts displays wrong month (next month) in datetime chart
- High chart date
- Highcharts missing first date label on xAxis
- Stock chart timeline buttons and date field left align with chart
- Wrong alignment in highcharts datetime points with xaxis
- Highcharts: Creating gantt chart having stacked rows
- Highchart - xAxis weekly date can start any day?
- Highchart - Plot missing DateTime values on xAxis
- HighChart- Plot Stacked Bar Chart on Status for Every Minute
- Getting coordinates of chart on selecting plot in highcharts
- Adding date range filter to Highcharts chart
- Highcharts 3d bar chart data labels position is wrong
- highcharts tooltip wrong date
- HighCharts Stock Chart error code 18
More Query from same tag
- Customizing charts in high charts using data from csv
- Highcharts tooltip not showing on unsort data
- Highcharts or Fusioncharts,which one to select
- Highcharts - Multiple Axis Graph not displaying labels
- using data from multiple series in tooltip
- How to bind dynamic data in highcharts Tooltip
- Categories positions in highcharts
- Generating Highcharts from MySQL data with PHP does not work
- Android highcharts how to enable or disable data labels
- 31 days on the highcharts x-axis
- Rails - convert date string into javascript date object for highcharts
- Highcharts CDN issue with IE8
- Highchart world map rendering too slow in edge legacy browser
- HighCharts Does not display Graphics after hosting with Laravel Project
- Highstock/highcharts - yAxis title width
- Grand Totals in HighCharts Pie Chart Legend
- Highcharts how to show certain tooltips and don't show others
- knockoutjs highcharts parse arrays of data to chart
- Tooltip doesn't show values if the graph is "off chart"
- Highchart Treemap with Multiple series and should behave live heat map
- highcharts refresh CSV data is duplicating not refreshing
- Highcharts polygon with no fill
- Highcharts problem with xAxis using multiple series
- Heat map with time line
- Is multiple level Highchart Drilldown possible in adjacent charts?
- How do you remove the partialFill from Highcharts xrange chart
- Highcharts - How to get Max and Min value between 2 dates
- Highcharts multiple data series
- highcharts range selector dosen't show plot
- How to set xaxis label according my json result data?