helgasoft commented on issue #18082:
URL: https://github.com/apache/echarts/issues/18082#issuecomment-1367598467
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: ?}, ...
],
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]