quillblue commented on issue #12450: URL: https://github.com/apache/incubator-echarts/issues/12450#issuecomment-622364071
@LongLiveSocialism It seems that currently heatmap will not support contiounus axis such as 'time', since intermediate value could not be determined without additional information. (for example, with value in 8:00 and in 9:00 provided we can not determine value in 8:30). If using value in one moment could represent value in a period of time in your case, you can set axis type as 'category' and use axis label to represent time like example in https://www.echartsjs.com/examples/en/editor.html?c=heatmap-cartesian ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
