helgasoft commented on issue #19306:
URL: https://github.com/apache/echarts/issues/19306#issuecomment-1815253505
hm, hardly a <ins>**Minimal**</ins> Reproduction code - it has 160,000+
lines...
Agree, the "hidden" heatmaps are there.
Alternative designs might help. For instance changing axes types
```
yAxis: [ {type: 'value', gridIndex: 0 }, ...],
xAxis: [ {type: 'time', gridIndex: 0 }, ...]
```
This will **solve** the _dataZoom_ problem, but the X axes won't be aligned.
So next step could be to preprocess time data and **synchronize** it across
all ten data inputs. Then, aligned X-axes could be tied together with
```axisPointer: { link: [{ xAxisIndex: 'all' }]}```.
--
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]