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.