helgasoft commented on issue #18104:
URL: https://github.com/apache/echarts/issues/18104#issuecomment-1367614933
Ok, each axis predefined (manual) selection range will filter **some**
lines. For example:
```
parallelAxis: [
{ dim: 0, name: '语文', selected:[60, 100] }, // lines A,B,C
{ dim: 1, name: '数学', selected:[60, 100] }, // lines B,C,D
{ dim: 2, name: '等级', type: 'category', selected:['优秀','及格'] }, //
lines A,E,F
]
```
I don't think such example is going to be a pretty picture or make any sense.
There is **no** guarantee that the **same lines** will pass through **all**
manual selections.
--
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]