### Version 5.4.1 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=parallel-aqi ### Steps to Reproduce 1. Delete some datas from dataBJ.  2. The max value and min value in parallelAxis can only calculate by datas in dataBJ.  ### Current Behavior Can't automatically set correct max value in parallelAxis while datas have multiple categories. ### Expected Behavior The max value and min value in parallelAxis calculate by all datas. ### Environment ```markdown - OS: Windows 11 - Browser: Chrome 108.0.5359.125 - Framework: Vue@3 ``` ### Any additional comments? _No response_