What problem does this feature solve?
When use splitLine in xAxis[type=time], minSplitLine and maxSplitLine can't be hidden.

What does the proposed API look like?
like xAxisLabel showMinLabel
xAxis: {
splitLine: {
showMinLine: false,
showMaxLine: true
}
}