ZhengRui commented on issue #17164: URL: https://github.com/apache/echarts/issues/17164#issuecomment-1148131375
I found the reason, for Heatmap to be able to use `value` type axis, process.env.NODE_ENV has to be in `production` mode! I was having this issue when I was developing in storybook. After I lauch storybook like this `NODE_ENV='production' yarn storybook` the issue is gone. Good to know in production environment we can use `value` type axis. -- 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]
