Open jarvis000000 opened 1 year ago
Yes, it seems the auto-calculated min and max values of all axes come from the first series (dataBJ) only.
Other series (dataGZ, dataSH) are not taken into account, so min/max values have to be added manually:
parallelAxis: [
{dim: 0, name: schema[0].text, min: ?, max: ?},
{dim: 1, name: schema[1].text, min: ?, max: ?}, ...
],
Thanks, I added the min/max values manually. Is there any plan to fix this? I think them have to be auto-aclculated by all series when option whithout them.
这个问题 哪个版本可以修复呢,5以下的版本好像都可以
Version
5.4.1
Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=parallel-aqi
Steps to Reproduce
Delete some datas from dataBJ.
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
Any additional comments?
No response