KnightJaime commented on PR #21502:
URL: https://github.com/apache/echarts/pull/21502#issuecomment-4037450898
Any updates on this?
It would be really helpful if the heatmap supported a time axis. Ideally,
the axis labels could use time formatters similar to the regular time axis, for
example:
```
formatter: {
day: '{bold|{MM}-{dd}}',
month: '{bold|{MM}-{dd}}',
year: '{bold|{yyyy}}',
hour: '{HH}:{mm}',
},
```
and the axis would automatically prioritize displaying day, month, and year
labels when overlaps occur.
Currently, using a category axis, I have to approximate this with
`customValues`. However, this approach works poorly when `dataZoom `is involved.
--
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]