Using v4.7.0:

After upgrading to v5.0.2:

Version
5.0.2
Steps to reproduce
options.xAxis.push({
gridIndex: ndx,
type: 'time',
axisLabel: {
formatter: function (date, index) {
return DateTime.dateFormat(new Date(date), true)
},
showMaxLabel: false
},
});
What is expected?
Expect the xAxis intervals to be spread out far enough so that the labels don't overlap.
What is actually happening?
After upgrading to eCharts v5, the labels now overlap. The chart options did not change.
Using v4.7.0:

After upgrading to v5.0.2:

Version
5.0.2
Steps to reproduce
Upgrade to eCharts 5.0.2
Use the following options for xAxis:
What is expected?
Expect the xAxis intervals to be spread out far enough so that the labels don't overlap.
What is actually happening?
After upgrading to eCharts v5, the labels now overlap. The chart options did not change.