HighCharts xAxis - tickInterval for month

前端 未结 5 968
被撕碎了的回忆
被撕碎了的回忆 2021-01-22 05:49

Am trying to plot spline graph for the no of passed/failed testcases and grouping them based on hour/date/month/year and I am getting this value as irr

5条回答
  •  别那么骄傲
    2021-01-22 06:44

    What I did was subtracting the date format for month which is m-1. If you have Y,m,d change to Y,m-1,d

    This is from php to js

提交回复
热议问题