Seymur commented on issue #21492: URL: https://github.com/apache/echarts/issues/21492#issuecomment-3817786810
> If you use it in a way that is not promised or documented, the behavior is not guaranteed. The limitation is documented [here.](https://echarts.apache.org/en/option.html#series-heatmap). > > > Rectangular coordinate must have two categories to use it. > > As the name suggests, development mode is for development only. During development, you can use the non-minified (development) bundle instead of the .min.js file. I understand there is a limitation how to use Heatmap axis types. But why isn't it enforced in the production mode. I can change axis type to `time` in Echarts examples editor and it works without any error and shows `Date` in the axis. Isn't it confusing why there is a difference between dev and prod modes. Last time I spent a lot of time to see why the exactly same code works in Echarts editor and not in my local development environment. -- 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]
