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
I tried to create a heatmap with with a data source
data :{source: [{date:new Date('1893-12-01'), value:1}]}
in the following template setting
domain: {type: 'year'},
subDomain: {type:'month'}
The result on the year label will goes wrong (1893 will turn into 1892) and if the date is "1832-10-01". Then the Tooltip of that month will also goes wrong.
Here is the sample html can reproduce the problems.
I tried to create a heatmap with with a data source
data :{source: [{date:new Date('1893-12-01'), value:1}]}
in the following template setting
The result on the year label will goes wrong (1893 will turn into 1892) and if the date is "1832-10-01". Then the Tooltip of that month will also goes wrong.
Here is the sample html can reproduce the problems.
The text was updated successfully, but these errors were encountered: