echarts
echarts copied to clipboard
fix(scale): intervalTick should between extent. close 16888
Brief Information
This pull request is in the type of:
- [x] bug fixing
- [ ] new feature
- [ ] others
What does this PR do?
filter intervalTick by tick.value > extent[0] && tick.value < extent[1] && !tick.notAdd;
Fixed issues
#16888
xAxis[type=time], set showMinLabel=false not work
Details
Before: What was the problem?

Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout the coding standard and Wiki about How to make a pull request.
Thanks! Could you add a test case for this?
Thanks! Could you add a test case for this?
done.
min/max labels work normal after this changing, could you check it again? Or give me a specific example ? @Ovilia
min/max labels work normal after this changing, could you check it again? Or give me a specific example ? @Ovilia
+1 Any news if axisLabel.showMinLabel and axisLabel.showMaxLabel will start working with type time axis ?