You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Echarts calendar heat map does not work on client's browsers when their computers are set to a timezone of UTC -3 or below (for instance, in the US). Error: "Uncaught TypeError: Cannot read property '0' of undefined"
One-line summary [问题简述]
Echarts calendar heat map does not work on client's browsers when their computers are set to a timezone of UTC -3 or below (for instance, in the US). Error: "Uncaught TypeError: Cannot read property '0' of undefined"
Version & Environment [版本及环境]
Expected behaviour [期望结果]
Normal display of the chart
ECharts option [ECharts配置项]
Other comments [其他信息]
The error can easily be reproduced at the demo page https://ecomfe.github.io/echarts-examples/public/editor.html?c=calendar-horizontal as long as timezone setting is set to UTC -3 or below. Error disappear when changing the timezone to European or Asian ones
NORMAL BEHAVIOR
BUGGING BEHAVIOR:
The text was updated successfully, but these errors were encountered: